Html Css Color HEX #213828 Holly

📋 copy color: '#213828'

red 33 ◦ green 56 ◦ blue 40

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

Shades of Holly #213828

Tints of Holly #213828

RGB

 RED value IS 33 (13.28% from 255) = 25.58%

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 25.58%
G = 43.41%
B = 31.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#213828 (or 0x213828) is known color: Holly. HEX triplet: 21, 38 and 28. RGB value is (33,56,40). Sum of RGB (Red+Green+Blue) = 33+56+40=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #213828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213828 is #DEC7D7. Grayscale: #2F2F2F. Windows color (decimal): -14600152 or 2635809. OLE color: 2635809.

HSL color Cylindrical-coordinate representation of color #213828: hue angle of 138.26º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213828 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 40 -
CMYK 0.41 0 0.29 0.78
HSL 138.26º 0.26% 0.17% -
HSV(B) 138.26º 0.41% 0.22% -
XYZ 2.42 3.3 2.52 -
YUV 47.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 33 56 40 0.41 0 0.29 0.78 138.26 0.26 0.17
Hex 21 38 28 29 0 1D 4E 8A 1A 11
Octal 41 70 50 51 0 35 116 212 32 21
Binary 100001 111000 101000 101001 0 11101 1001110 10001010 11010 10001

Color Harmonies of #213828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213828

Black with #213828

Text Example


Text Example

White with #213828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213828; }

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

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

background-color css

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

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

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

border-color css

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

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

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