Html Css Color HEX #20002B Blackcurrant

📋 copy color: '#20002B'

red 32 ◦ green 0 ◦ blue 43

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

Shades of Blackcurrant #20002B

Tints of Blackcurrant #20002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 57.33%

R = 42.67%
G = 0%
B = 57.33%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20002B (or 0x20002B) is known color: Blackcurrant. HEX triplet: 20, 00 and 2B. RGB value is (32,0,43). Sum of RGB (Red+Green+Blue) = 32+0+43=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #20002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20002B is #DFFFD4. Grayscale: #0E0E0E. Windows color (decimal): -14680021 or 2818080. OLE color: 2818080.

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

Color convert

RGB 32 0 43 -
CMYK 0.26 1 0 0.83
HSL 284.65º 1% 0.08% -
HSV(B) 284.65º 1% 0.17% -
XYZ 1.03 0.48 2.32 -
YUV 14.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 32 0 43 0.26 1 0 0.83 284.65 1 0.08
Hex 20 0 2B 1A 64 0 53 11D 64 8
Octal 40 0 53 32 144 0 123 435 144 10
Binary 100000 0 101011 11010 1100100 0 1010011 100011101 1100100 1000

Color Harmonies of #20002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20002B

Black with #20002B

Text Example


Text Example

White with #20002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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