Html Css Color HEX #200827 Blackcurrant

📋 copy color: '#200827'

red 32 ◦ green 8 ◦ blue 39

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

Shades of Blackcurrant #200827

Tints of Blackcurrant #200827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.13%

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

R = 40.51%
G = 10.13%
B = 49.37%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200827 (or 0x200827) is known color: Blackcurrant. HEX triplet: 20, 08 and 27. RGB value is (32,8,39). Sum of RGB (Red+Green+Blue) = 32+8+39=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #200827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200827 is #DFF7D8. Grayscale: #121212. Windows color (decimal): -14677977 or 2557984. OLE color: 2557984.

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

Color convert

RGB 32 8 39 -
CMYK 0.18 0.79 0 0.85
HSL 286.45º 0.66% 0.09% -
HSV(B) 286.45º 0.79% 0.15% -
XYZ 1.05 0.63 1.99 -
YUV 18.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 32 8 39 0.18 0.79 0 0.85 286.45 0.66 0.09
Hex 20 8 27 12 4F 0 55 11E 42 9
Octal 40 10 47 22 117 0 125 436 102 11
Binary 100000 1000 100111 10010 1001111 0 1010101 100011110 1000010 1001

Color Harmonies of #200827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200827

Black with #200827

Text Example


Text Example

White with #200827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200827; }

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

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

background-color css

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

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

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

border-color css

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

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

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