Html Css Color HEX #15331E Deep Fir

📋 copy color: '#15331E'

red 21 ◦ green 51 ◦ blue 30

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

Shades of Deep Fir #15331E

Tints of Deep Fir #15331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 29.41%

R = 20.59%
G = 50%
B = 29.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#15331E (or 0x15331E) is known color: Deep Fir. HEX triplet: 15, 33 and 1E. RGB value is (21,51,30). Sum of RGB (Red+Green+Blue) = 21+51+30=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #15331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15331E is #EACCE1. Grayscale: #272727. Windows color (decimal): -15387874 or 1979157. OLE color: 1979157.

HSL color Cylindrical-coordinate representation of color #15331E: hue angle of 138º 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 #15331E is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 51 30 -
CMYK 0.59 0 0.41 0.8
HSL 138º 0.42% 0.14% -
HSV(B) 138º 0.59% 0.2% -
XYZ 1.73 2.62 1.64 -
YUV 39.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 21 51 30 0.59 0 0.41 0.8 138 0.42 0.14
Hex 15 33 1E 3B 0 29 50 8A 2A E
Octal 25 63 36 73 0 51 120 212 52 16
Binary 10101 110011 11110 111011 0 101001 1010000 10001010 101010 1110

Color Harmonies of #15331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15331E

Black with #15331E

Text Example


Text Example

White with #15331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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