Html Css Color HEX #20002C Blackcurrant

📋 copy color: '#20002C'

red 32 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #20002C

Tints of Blackcurrant #20002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 57.89%

R = 42.11%
G = 0%
B = 57.89%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20002C (or 0x20002C) is known color: Blackcurrant. HEX triplet: 20, 00 and 2C. RGB value is (32,0,44). Sum of RGB (Red+Green+Blue) = 32+0+44=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #20002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20002C is #DFFFD3. Grayscale: #0E0E0E. Windows color (decimal): -14680020 or 2883616. OLE color: 2883616.

HSL color Cylindrical-coordinate representation of color #20002C: hue angle of 283.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20002C is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 32 0 44 -
CMYK 0.27 1 0 0.83
HSL 283.64º 1% 0.09% -
HSV(B) 283.64º 1% 0.17% -
XYZ 1.05 0.49 2.42 -
YUV 14.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 32 0 44 0.27 1 0 0.83 283.64 1 0.09
Hex 20 0 2C 1B 64 0 53 11C 64 9
Octal 40 0 54 33 144 0 123 434 144 11
Binary 100000 0 101100 11011 1100100 0 1010011 100011100 1100100 1001

Color Harmonies of #20002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20002C

Black with #20002C

Text Example


Text Example

White with #20002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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