Html Css Color HEX #200F27 Blackcurrant

📋 copy color: '#200F27'

red 32 ◦ green 15 ◦ blue 39

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

Shades of Blackcurrant #200F27

Tints of Blackcurrant #200F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.44%

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

R = 37.21%
G = 17.44%
B = 45.35%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200F27 (or 0x200F27) is known color: Blackcurrant. HEX triplet: 20, 0F and 27. RGB value is (32,15,39). Sum of RGB (Red+Green+Blue) = 32+15+39=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #200F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F27 is #DFF0D8. Grayscale: #161616. Windows color (decimal): -14676185 or 2559776. OLE color: 2559776.

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

Color convert

RGB 32 15 39 -
CMYK 0.18 0.62 0 0.85
HSL 282.5º 0.44% 0.11% -
HSV(B) 282.5º 0.62% 0.15% -
XYZ 1.13 0.8 2.01 -
YUV 22.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 32 15 39 0.18 0.62 0 0.85 282.5 0.44 0.11
Hex 20 F 27 12 3E 0 55 11A 2C B
Octal 40 17 47 22 76 0 125 432 54 13
Binary 100000 1111 100111 10010 111110 0 1010101 100011010 101100 1011

Color Harmonies of #200F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F27

Black with #200F27

Text Example


Text Example

White with #200F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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