Html Css Color HEX #201B35 Haiti

📋 copy color: '#201B35'

red 32 ◦ green 27 ◦ blue 53

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

Shades of Haiti #201B35

Tints of Haiti #201B35

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.11%

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

R = 28.57%
G = 24.11%
B = 47.32%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#201B35 (or 0x201B35) is known color: Haiti. HEX triplet: 20, 1B and 35. RGB value is (32,27,53). Sum of RGB (Red+Green+Blue) = 32+27+53=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #201B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B35 is #DFE4CA. Grayscale: #1F1F1F. Windows color (decimal): -14673099 or 3480352. OLE color: 3480352.

HSL color Cylindrical-coordinate representation of color #201B35: hue angle of 251.54º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #201B35 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 27 53 -
CMYK 0.40 0.49 0 0.79
HSL 251.54º 0.33% 0.16% -
HSV(B) 251.54º 0.49% 0.21% -
XYZ 1.63 1.35 3.54 -
YUV 31.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 32 27 53 0.40 0.49 0 0.79 251.54 0.33 0.16
Hex 20 1B 35 28 31 0 4F FC 20 10
Octal 40 33 65 50 61 0 117 374 40 20
Binary 100000 11011 110101 101000 110001 0 1001111 11111100 100000 10000

Color Harmonies of #201B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B35

Black with #201B35

Text Example


Text Example

White with #201B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B35; }

 p { color: rgb(32,27,53); }

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

background-color css

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

 a { background-color: rgb(32,27,53); }

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

border-color css

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

 span { border-color: rgb(32,27,53); }

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