Html Css Color HEX #213B2B Holly

📋 copy color: '#213B2B'

red 33 ◦ green 59 ◦ blue 43

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

Shades of Holly #213B2B

Tints of Holly #213B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.7%

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 24.44%
G = 43.7%
B = 31.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#213B2B (or 0x213B2B) is known color: Holly. HEX triplet: 21, 3B and 2B. RGB value is (33,59,43). Sum of RGB (Red+Green+Blue) = 33+59+43=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 59 - color contains mainly: green. Hex color #213B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B2B is #DEC4D4. Grayscale: #313131. Windows color (decimal): -14599381 or 2833185. OLE color: 2833185.

HSL color Cylindrical-coordinate representation of color #213B2B: hue angle of 143.08º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B2B is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 59 43 -
CMYK 0.44 0 0.27 0.77
HSL 143.08º 0.28% 0.18% -
HSV(B) 143.08º 0.44% 0.23% -
XYZ 2.63 3.63 2.85 -
YUV 49.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 33 59 43 0.44 0 0.27 0.77 143.08 0.28 0.18
Hex 21 3B 2B 2C 0 1B 4D 8F 1C 12
Octal 41 73 53 54 0 33 115 217 34 22
Binary 100001 111011 101011 101100 0 11011 1001101 10001111 11100 10010

Color Harmonies of #213B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B2B

Black with #213B2B

Text Example


Text Example

White with #213B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213B2B; }

 p { color: rgb(33,59,43); }

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

background-color css

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

 a { background-color: rgb(33,59,43); }

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

border-color css

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

 span { border-color: rgb(33,59,43); }

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