Html Css Color HEX #214135 Burnham

📋 copy color: '#214135'

red 33 ◦ green 65 ◦ blue 53

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

Shades of Burnham #214135

Tints of Burnham #214135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

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

R = 21.85%
G = 43.05%
B = 35.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#214135 (or 0x214135) is known color: Burnham. HEX triplet: 21, 41 and 35. RGB value is (33,65,53). Sum of RGB (Red+Green+Blue) = 33+65+53=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #214135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214135 is #DEBECA. Grayscale: #363636. Windows color (decimal): -14597835 or 3490081. OLE color: 3490081.

HSL color Cylindrical-coordinate representation of color #214135: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214135 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 65 53 -
CMYK 0.49 0 0.18 0.75
HSL 157.5º 0.33% 0.19% -
HSV(B) 157.5º 0.49% 0.25% -
XYZ 3.16 4.36 4.04 -
YUV 54.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 33 65 53 0.49 0 0.18 0.75 157.5 0.33 0.19
Hex 21 41 35 31 0 12 4B 9E 21 13
Octal 41 101 65 61 0 22 113 236 41 23
Binary 100001 1000001 110101 110001 0 10010 1001011 10011110 100001 10011

Color Harmonies of #214135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214135

Black with #214135

Text Example


Text Example

White with #214135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214135; }

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

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

background-color css

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

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

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

border-color css

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

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

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