Html Css Color HEX #153421 Deep Fir

📋 copy color: '#153421'

red 21 ◦ green 52 ◦ blue 33

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

Shades of Deep Fir #153421

Tints of Deep Fir #153421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

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

R = 19.81%
G = 49.06%
B = 31.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#153421 (or 0x153421) is known color: Deep Fir. HEX triplet: 15, 34 and 21. RGB value is (21,52,33). Sum of RGB (Red+Green+Blue) = 21+52+33=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #153421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153421 is #EACBDE. Grayscale: #282828. Windows color (decimal): -15387615 or 2176021. OLE color: 2176021.

HSL color Cylindrical-coordinate representation of color #153421: hue angle of 143.23º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153421 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 52 33 -
CMYK 0.60 0 0.37 0.80
HSL 143.23º 0.42% 0.14% -
HSV(B) 143.23º 0.6% 0.2% -
XYZ 1.81 2.73 1.87 -
YUV 40.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 21 52 33 0.60 0 0.37 0.80 143.23 0.42 0.14
Hex 15 34 21 3C 0 25 50 8F 2A E
Octal 25 64 41 74 0 45 120 217 52 16
Binary 10101 110100 100001 111100 0 100101 1010000 10001111 101010 1110

Color Harmonies of #153421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153421

Black with #153421

Text Example


Text Example

White with #153421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153421; }

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

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

background-color css

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

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

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

border-color css

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

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

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