Html Css Color HEX #200027 Blackcurrant

📋 copy color: '#200027'

red 32 ◦ green 0 ◦ blue 39

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

Shades of Blackcurrant #200027

Tints of Blackcurrant #200027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 54.93%

R = 45.07%
G = 0%
B = 54.93%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200027 (or 0x200027) is known color: Blackcurrant. HEX triplet: 20, 00 and 27. RGB value is (32,0,39). Sum of RGB (Red+Green+Blue) = 32+0+39=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #200027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200027 is #DFFFD8. Grayscale: #0D0D0D. Windows color (decimal): -14680025 or 2555936. OLE color: 2555936.

HSL color Cylindrical-coordinate representation of color #200027: hue angle of 289.23º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200027 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 0 39 -
CMYK 0.18 1 0 0.85
HSL 289.23º 1% 0.08% -
HSV(B) 289.23º 1% 0.15% -
XYZ 0.96 0.45 1.96 -
YUV 14.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 32 0 39 0.18 1 0 0.85 289.23 1 0.08
Hex 20 0 27 12 64 0 55 121 64 8
Octal 40 0 47 22 144 0 125 441 144 10
Binary 100000 0 100111 10010 1100100 0 1010101 100100001 1100100 1000

Color Harmonies of #200027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200027

Black with #200027

Text Example


Text Example

White with #200027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200027; }

 p { color: rgb(32,0,39); }

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

background-color css

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

 a { background-color: rgb(32,0,39); }

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

border-color css

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

 span { border-color: rgb(32,0,39); }

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