Html Css Color HEX #203C32 Burnham

📋 copy color: '#203C32'

red 32 ◦ green 60 ◦ blue 50

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

Shades of Burnham #203C32

Tints of Burnham #203C32

RGB

 RED value IS 32 (12.89% from 255) = 22.54%

 GREEN value IS 60 (23.83% from 255) = 42.25%

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 22.54%
G = 42.25%
B = 35.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#203C32 (or 0x203C32) is known color: Burnham. HEX triplet: 20, 3C and 32. RGB value is (32,60,50). Sum of RGB (Red+Green+Blue) = 32+60+50=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #203C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C32 is #DFC3CD. Grayscale: #323232. Windows color (decimal): -14664654 or 3292192. OLE color: 3292192.

HSL color Cylindrical-coordinate representation of color #203C32: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #203C32 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 60 50 -
CMYK 0.47 0 0.17 0.76
HSL 158.57º 0.3% 0.18% -
HSV(B) 158.57º 0.47% 0.24% -
XYZ 2.79 3.77 3.6 -
YUV 50.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 32 60 50 0.47 0 0.17 0.76 158.57 0.3 0.18
Hex 20 3C 32 2F 0 11 4C 9F 1E 12
Octal 40 74 62 57 0 21 114 237 36 22
Binary 100000 111100 110010 101111 0 10001 1001100 10011111 11110 10010

Color Harmonies of #203C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C32

Black with #203C32

Text Example


Text Example

White with #203C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203C32; }

 p { color: rgb(32,60,50); }

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

background-color css

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

 a { background-color: rgb(32,60,50); }

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

border-color css

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

 span { border-color: rgb(32,60,50); }

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