Html Css Color HEX #20002E Blackcurrant

📋 copy color: '#20002E'

red 32 ◦ green 0 ◦ blue 46

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

Shades of Blackcurrant #20002E

Tints of Blackcurrant #20002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 58.97%

R = 41.03%
G = 0%
B = 58.97%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20002E (or 0x20002E) is known color: Blackcurrant. HEX triplet: 20, 00 and 2E. RGB value is (32,0,46). Sum of RGB (Red+Green+Blue) = 32+0+46=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #20002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20002E is #DFFFD1. Grayscale: #0E0E0E. Windows color (decimal): -14680018 or 3014688. OLE color: 3014688.

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

Color convert

RGB 32 0 46 -
CMYK 0.30 1 0 0.82
HSL 281.74º 1% 0.09% -
HSV(B) 281.74º 1% 0.18% -
XYZ 1.09 0.5 2.62 -
YUV 14.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 32 0 46 0.30 1 0 0.82 281.74 1 0.09
Hex 20 0 2E 1E 64 0 52 11A 64 9
Octal 40 0 56 36 144 0 122 432 144 11
Binary 100000 0 101110 11110 1100100 0 1010010 100011010 1100100 1001

Color Harmonies of #20002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20002E

Black with #20002E

Text Example


Text Example

White with #20002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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