Html Css Color HEX #200C27 Blackcurrant

📋 copy color: '#200C27'

red 32 ◦ green 12 ◦ blue 39

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

Shades of Blackcurrant #200C27

Tints of Blackcurrant #200C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.46%

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

R = 38.55%
G = 14.46%
B = 46.99%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200C27 (or 0x200C27) is known color: Blackcurrant. HEX triplet: 20, 0C and 27. RGB value is (32,12,39). Sum of RGB (Red+Green+Blue) = 32+12+39=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #200C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C27 is #DFF3D8. Grayscale: #141414. Windows color (decimal): -14676953 or 2559008. OLE color: 2559008.

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

Color convert

RGB 32 12 39 -
CMYK 0.18 0.69 0 0.85
HSL 284.44º 0.53% 0.1% -
HSV(B) 284.44º 0.69% 0.15% -
XYZ 1.09 0.72 2 -
YUV 21.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 32 12 39 0.18 0.69 0 0.85 284.44 0.53 0.1
Hex 20 C 27 12 45 0 55 11C 35 A
Octal 40 14 47 22 105 0 125 434 65 12
Binary 100000 1100 100111 10010 1000101 0 1010101 100011100 110101 1010

Color Harmonies of #200C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C27

Black with #200C27

Text Example


Text Example

White with #200C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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