Html Css Color HEX #10481B Deep Fir

📋 copy color: '#10481B'

red 16 ◦ green 72 ◦ blue 27

#10481B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #10481B

Tints of Deep Fir #10481B

RGB

 RED value IS 16 (6.64% from 255) = 13.91%

 GREEN value IS 72 (28.52% from 255) = 62.61%

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 13.91%
G = 62.61%
B = 23.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10481B (or 0x10481B) is known color: Deep Fir. HEX triplet: 10, 48 and 1B. RGB value is (16,72,27). Sum of RGB (Red+Green+Blue) = 16+72+27=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #10481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10481B is #EFB7E4. Grayscale: #323232. Windows color (decimal): -15710181 or 1787920. OLE color: 1787920.

HSL color Cylindrical-coordinate representation of color #10481B: hue angle of 131.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10481B is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 27 -
CMYK 0.78 0 0.62 0.72
HSL 131.79º 0.64% 0.17% -
HSV(B) 131.79º 0.78% 0.28% -
XYZ 2.73 4.82 1.82 -
YUV 50.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 16 72 27 0.78 0 0.62 0.72 131.79 0.64 0.17
Hex 10 48 1B 4E 0 3E 48 84 40 11
Octal 20 110 33 116 0 76 110 204 100 21
Binary 10000 1001000 11011 1001110 0 111110 1001000 10000100 1000000 10001

Color Harmonies of #10481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10481B

Black with #10481B

Text Example


Text Example

White with #10481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10481B; }

 p { color: rgb(16,72,27); }

 H1.HeaderClassName
 {
   color: #10481B;
 }
 .AnyTagClassName
 {
   color: #10481B;
 }
</style>

background-color css

<style>
 a { background-color: #10481B; }

 a { background-color: rgb(16,72,27); }

 div.DivClassName
 {
   background-color: #10481B;
 }
 .BgClassName
 {
   background-color: #10481B;
 }
</style>

border-color css

<style>
 span { border-color: #10481B; }

 span { border-color: rgb(16,72,27); }

 td.TdClassName
 {
   border-color: #10481B;
 }
 .TagClassName
 {
   border-color: #10481B;
 }
</style>