Html Css Color HEX #200B32 Blackcurrant

📋 copy color: '#200B32'

red 32 ◦ green 11 ◦ blue 50

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

Shades of Blackcurrant #200B32

Tints of Blackcurrant #200B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.83%

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

R = 34.41%
G = 11.83%
B = 53.76%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#200B32 (or 0x200B32) is known color: Blackcurrant. HEX triplet: 20, 0B and 32. RGB value is (32,11,50). Sum of RGB (Red+Green+Blue) = 32+11+50=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #200B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B32 is #DFF4CD. Grayscale: #151515. Windows color (decimal): -14677198 or 3279648. OLE color: 3279648.

HSL color Cylindrical-coordinate representation of color #200B32: hue angle of 272.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200B32 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 11 50 -
CMYK 0.36 0.78 0 0.80
HSL 272.31º 0.64% 0.12% -
HSV(B) 272.31º 0.78% 0.2% -
XYZ 1.29 0.78 3.1 -
YUV 21.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 32 11 50 0.36 0.78 0 0.80 272.31 0.64 0.12
Hex 20 B 32 24 4E 0 50 110 40 C
Octal 40 13 62 44 116 0 120 420 100 14
Binary 100000 1011 110010 100100 1001110 0 1010000 100010000 1000000 1100

Color Harmonies of #200B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B32

Black with #200B32

Text Example


Text Example

White with #200B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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