Html Css Color HEX #153821 Deep Fir

📋 copy color: '#153821'

red 21 ◦ green 56 ◦ blue 33

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

Shades of Deep Fir #153821

Tints of Deep Fir #153821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.91%

 BLUE value IS 33 (13.28% from 255) = 30%

R = 19.09%
G = 50.91%
B = 30%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#153821 (or 0x153821) is known color: Deep Fir. HEX triplet: 15, 38 and 21. RGB value is (21,56,33). Sum of RGB (Red+Green+Blue) = 21+56+33=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #153821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153821 is #EAC7DE. Grayscale: #2A2A2A. Windows color (decimal): -15386591 or 2177045. OLE color: 2177045.

HSL color Cylindrical-coordinate representation of color #153821: hue angle of 140.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153821 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 56 33 -
CMYK 0.63 0 0.41 0.78
HSL 140.57º 0.45% 0.15% -
HSV(B) 140.57º 0.63% 0.22% -
XYZ 2 3.1 1.93 -
YUV 42.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 21 56 33 0.63 0 0.41 0.78 140.57 0.45 0.15
Hex 15 38 21 3F 0 29 4E 8D 2D F
Octal 25 70 41 77 0 51 116 215 55 17
Binary 10101 111000 100001 111111 0 101001 1001110 10001101 101101 1111

Color Harmonies of #153821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153821

Black with #153821

Text Example


Text Example

White with #153821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153821; }

 p { color: rgb(21,56,33); }

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

background-color css

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

 a { background-color: rgb(21,56,33); }

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

border-color css

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

 span { border-color: rgb(21,56,33); }

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