Html Css Color HEX #15331B Deep Fir

📋 copy color: '#15331B'

red 21 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #15331B

Tints of Deep Fir #15331B

RGB

 RED value IS 21 (8.59% from 255) = 21.21%

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

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

R = 21.21%
G = 51.52%
B = 27.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#15331B (or 0x15331B) is known color: Deep Fir. HEX triplet: 15, 33 and 1B. RGB value is (21,51,27). Sum of RGB (Red+Green+Blue) = 21+51+27=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #15331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15331B is #EACCE4. Grayscale: #272727. Windows color (decimal): -15387877 or 1782549. OLE color: 1782549.

HSL color Cylindrical-coordinate representation of color #15331B: hue angle of 132º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #15331B is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 51 27 -
CMYK 0.59 0 0.47 0.8
HSL 132º 0.42% 0.14% -
HSV(B) 132º 0.59% 0.2% -
XYZ 1.69 2.61 1.45 -
YUV 39.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 21 51 27 0.59 0 0.47 0.8 132 0.42 0.14
Hex 15 33 1B 3B 0 2F 50 84 2A E
Octal 25 63 33 73 0 57 120 204 52 16
Binary 10101 110011 11011 111011 0 101111 1010000 10000100 101010 1110

Color Harmonies of #15331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15331B

Black with #15331B

Text Example


Text Example

White with #15331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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