Html Css Color HEX #10421B Deep Fir

📋 copy color: '#10421B'

red 16 ◦ green 66 ◦ blue 27

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

Shades of Deep Fir #10421B

Tints of Deep Fir #10421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 60.55%

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

R = 14.68%
G = 60.55%
B = 24.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#10421B (or 0x10421B) is known color: Deep Fir. HEX triplet: 10, 42 and 1B. RGB value is (16,66,27). Sum of RGB (Red+Green+Blue) = 16+66+27=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #10421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10421B is #EFBDE4. Grayscale: #2E2E2E. Windows color (decimal): -15711717 or 1786384. OLE color: 1786384.

HSL color Cylindrical-coordinate representation of color #10421B: hue angle of 133.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10421B is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 27 -
CMYK 0.76 0 0.59 0.74
HSL 133.2º 0.61% 0.16% -
HSV(B) 133.2º 0.76% 0.26% -
XYZ 2.36 4.09 1.7 -
YUV 46.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 16 66 27 0.76 0 0.59 0.74 133.2 0.61 0.16
Hex 10 42 1B 4C 0 3B 4A 85 3D 10
Octal 20 102 33 114 0 73 112 205 75 20
Binary 10000 1000010 11011 1001100 0 111011 1001010 10000101 111101 10000

Color Harmonies of #10421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10421B

Black with #10421B

Text Example


Text Example

White with #10421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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