Html Css Color HEX #13331C Deep Fir

📋 copy color: '#13331C'

red 19 ◦ green 51 ◦ blue 28

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

Shades of Deep Fir #13331C

Tints of Deep Fir #13331C

RGB

 RED value IS 19 (7.81% from 255) = 19.39%

 GREEN value IS 51 (20.31% from 255) = 52.04%

 BLUE value IS 28 (11.33% from 255) = 28.57%

R = 19.39%
G = 52.04%
B = 28.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#13331C (or 0x13331C) is known color: Deep Fir. HEX triplet: 13, 33 and 1C. RGB value is (19,51,28). Sum of RGB (Red+Green+Blue) = 19+51+28=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #13331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13331C is #ECCCE3. Grayscale: #262626. Windows color (decimal): -15518948 or 1848083. OLE color: 1848083.

HSL color Cylindrical-coordinate representation of color #13331C: hue angle of 136.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13331C is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 28 -
CMYK 0.63 0 0.45 0.8
HSL 136.88º 0.46% 0.14% -
HSV(B) 136.88º 0.63% 0.2% -
XYZ 1.66 2.59 1.51 -
YUV 38.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 19 51 28 0.63 0 0.45 0.8 136.88 0.46 0.14
Hex 13 33 1C 3F 0 2D 50 89 2E E
Octal 23 63 34 77 0 55 120 211 56 16
Binary 10011 110011 11100 111111 0 101101 1010000 10001001 101110 1110

Color Harmonies of #13331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13331C

Black with #13331C

Text Example


Text Example

White with #13331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13331C; }

 p { color: rgb(19,51,28); }

 H1.HeaderClassName
 {
   color: #13331C;
 }
 .AnyTagClassName
 {
   color: #13331C;
 }
</style>

background-color css

<style>
 a { background-color: #13331C; }

 a { background-color: rgb(19,51,28); }

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

border-color css

<style>
 span { border-color: #13331C; }

 span { border-color: rgb(19,51,28); }

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