Html Css Color HEX #13331B Deep Fir

📋 copy color: '#13331B'

red 19 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #13331B

Tints of Deep Fir #13331B

RGB

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

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

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

R = 19.59%
G = 52.58%
B = 27.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#13331B (or 0x13331B) is known color: Deep Fir. HEX triplet: 13, 33 and 1B. RGB value is (19,51,27). Sum of RGB (Red+Green+Blue) = 19+51+27=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #13331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13331B is #ECCCE4. Grayscale: #262626. Windows color (decimal): -15518949 or 1782547. OLE color: 1782547.

HSL color Cylindrical-coordinate representation of color #13331B: hue angle of 135º 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 #13331B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 27 -
CMYK 0.63 0 0.47 0.8
HSL 135º 0.46% 0.14% -
HSV(B) 135º 0.63% 0.2% -
XYZ 1.65 2.59 1.45 -
YUV 38.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 19 51 27 0.63 0 0.47 0.8 135 0.46 0.14
Hex 13 33 1B 3F 0 2F 50 87 2E E
Octal 23 63 33 77 0 57 120 207 56 16
Binary 10011 110011 11011 111111 0 101111 1010000 10000111 101110 1110

Color Harmonies of #13331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13331B

Black with #13331B

Text Example


Text Example

White with #13331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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