Html Css Color HEX #213F35 Burnham

📋 copy color: '#213F35'

red 33 ◦ green 63 ◦ blue 53

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

Shades of Burnham #213F35

Tints of Burnham #213F35

RGB

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

 GREEN value IS 63 (25% from 255) = 42.28%

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 22.15%
G = 42.28%
B = 35.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#213F35 (or 0x213F35) is known color: Burnham. HEX triplet: 21, 3F and 35. RGB value is (33,63,53). Sum of RGB (Red+Green+Blue) = 33+63+53=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #213F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F35 is #DEC0CA. Grayscale: #343434. Windows color (decimal): -14598347 or 3489569. OLE color: 3489569.

HSL color Cylindrical-coordinate representation of color #213F35: hue angle of 160º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F35 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 63 53 -
CMYK 0.48 0 0.16 0.75
HSL 160º 0.31% 0.19% -
HSV(B) 160º 0.48% 0.25% -
XYZ 3.05 4.14 4.01 -
YUV 52.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 33 63 53 0.48 0 0.16 0.75 160 0.31 0.19
Hex 21 3F 35 30 0 10 4B A0 1F 13
Octal 41 77 65 60 0 20 113 240 37 23
Binary 100001 111111 110101 110000 0 10000 1001011 10100000 11111 10011

Color Harmonies of #213F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F35

Black with #213F35

Text Example


Text Example

White with #213F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,63,53); }

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

background-color css

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

 a { background-color: rgb(33,63,53); }

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

border-color css

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

 span { border-color: rgb(33,63,53); }

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