Html Css Color HEX #200426 Blackcurrant

📋 copy color: '#200426'

red 32 ◦ green 4 ◦ blue 38

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

Shades of Blackcurrant #200426

Tints of Blackcurrant #200426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.41%

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

R = 43.24%
G = 5.41%
B = 51.35%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200426 (or 0x200426) is known color: Blackcurrant. HEX triplet: 20, 04 and 26. RGB value is (32,4,38). Sum of RGB (Red+Green+Blue) = 32+4+38=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #200426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200426 is #DFFBD9. Grayscale: #101010. Windows color (decimal): -14679002 or 2491424. OLE color: 2491424.

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

Color convert

RGB 32 4 38 -
CMYK 0.16 0.89 0 0.85
HSL 289.41º 0.81% 0.08% -
HSV(B) 289.41º 0.89% 0.15% -
XYZ 0.99 0.53 1.88 -
YUV 16.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 32 4 38 0.16 0.89 0 0.85 289.41 0.81 0.08
Hex 20 4 26 10 59 0 55 121 51 8
Octal 40 4 46 20 131 0 125 441 121 10
Binary 100000 100 100110 10000 1011001 0 1010101 100100001 1010001 1000

Color Harmonies of #200426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200426

Black with #200426

Text Example


Text Example

White with #200426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200426; }

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

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

background-color css

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

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

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

border-color css

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

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

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