Html Css Color HEX #200026 Blackcurrant

📋 copy color: '#200026'

red 32 ◦ green 0 ◦ blue 38

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

Shades of Blackcurrant #200026

Tints of Blackcurrant #200026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 54.29%

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200026 (or 0x200026) is known color: Blackcurrant. HEX triplet: 20, 00 and 26. RGB value is (32,0,38). Sum of RGB (Red+Green+Blue) = 32+0+38=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #200026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200026 is #DFFFD9. Grayscale: #0D0D0D. Windows color (decimal): -14680026 or 2490400. OLE color: 2490400.

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

Color convert

RGB 32 0 38 -
CMYK 0.16 1 0 0.85
HSL 290.53º 1% 0.07% -
HSV(B) 290.53º 1% 0.15% -
XYZ 0.95 0.45 1.87 -
YUV 13.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 32 0 38 0.16 1 0 0.85 290.53 1 0.07
Hex 20 0 26 10 64 0 55 123 64 7
Octal 40 0 46 20 144 0 125 443 144 7
Binary 100000 0 100110 10000 1100100 0 1010101 100100011 1100100 111

Color Harmonies of #200026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200026

Black with #200026

Text Example


Text Example

White with #200026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200026; }

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

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

background-color css

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

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

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

border-color css

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

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

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