Html Css Color HEX #213728 Holly

📋 copy color: '#213728'

red 33 ◦ green 55 ◦ blue 40

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

Shades of Holly #213728

Tints of Holly #213728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

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

R = 25.78%
G = 42.97%
B = 31.25%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#213728 (or 0x213728) is known color: Holly. HEX triplet: 21, 37 and 28. RGB value is (33,55,40). Sum of RGB (Red+Green+Blue) = 33+55+40=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #213728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213728 is #DEC8D7. Grayscale: #2E2E2E. Windows color (decimal): -14600408 or 2635553. OLE color: 2635553.

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

Color convert

RGB 33 55 40 -
CMYK 0.4 0 0.27 0.78
HSL 139.09º 0.25% 0.17% -
HSV(B) 139.09º 0.4% 0.22% -
XYZ 2.38 3.21 2.5 -
YUV 46.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 33 55 40 0.4 0 0.27 0.78 139.09 0.25 0.17
Hex 21 37 28 28 0 1B 4E 8B 19 11
Octal 41 67 50 50 0 33 116 213 31 21
Binary 100001 110111 101000 101000 0 11011 1001110 10001011 11001 10001

Color Harmonies of #213728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213728

Black with #213728

Text Example


Text Example

White with #213728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213728; }

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

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

background-color css

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

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

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

border-color css

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

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

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