Html Css Color HEX #224133 Burnham

📋 copy color: '#224133'

red 34 ◦ green 65 ◦ blue 51

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

Shades of Burnham #224133

Tints of Burnham #224133

RGB

 RED value IS 34 (13.67% from 255) = 22.67%

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

 BLUE value IS 51 (20.31% from 255) = 34%

R = 22.67%
G = 43.33%
B = 34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#224133 (or 0x224133) is known color: Burnham. HEX triplet: 22, 41 and 33. RGB value is (34,65,51). Sum of RGB (Red+Green+Blue) = 34+65+51=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #224133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224133 is #DDBECC. Grayscale: #363636. Windows color (decimal): -14532301 or 3359010. OLE color: 3359010.

HSL color Cylindrical-coordinate representation of color #224133: hue angle of 152.9º 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 #224133 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 65 51 -
CMYK 0.48 0 0.22 0.75
HSL 152.9º 0.31% 0.19% -
HSV(B) 152.9º 0.48% 0.25% -
XYZ 3.15 4.36 3.81 -
YUV 54.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 34 65 51 0.48 0 0.22 0.75 152.9 0.31 0.19
Hex 22 41 33 30 0 16 4B 99 1F 13
Octal 42 101 63 60 0 26 113 231 37 23
Binary 100010 1000001 110011 110000 0 10110 1001011 10011001 11111 10011

Color Harmonies of #224133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224133

Black with #224133

Text Example


Text Example

White with #224133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224133; }

 p { color: rgb(34,65,51); }

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

background-color css

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

 a { background-color: rgb(34,65,51); }

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

border-color css

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

 span { border-color: rgb(34,65,51); }

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