Html Css Color HEX #20062B Blackcurrant

📋 copy color: '#20062B'

red 32 ◦ green 6 ◦ blue 43

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

Shades of Blackcurrant #20062B

Tints of Blackcurrant #20062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.41%

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

R = 39.51%
G = 7.41%
B = 53.09%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20062B (or 0x20062B) is known color: Blackcurrant. HEX triplet: 20, 06 and 2B. RGB value is (32,6,43). Sum of RGB (Red+Green+Blue) = 32+6+43=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #20062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20062B is #DFF9D4. Grayscale: #111111. Windows color (decimal): -14678485 or 2819616. OLE color: 2819616.

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

Color convert

RGB 32 6 43 -
CMYK 0.26 0.86 0 0.83
HSL 282.16º 0.76% 0.1% -
HSV(B) 282.16º 0.86% 0.17% -
XYZ 1.1 0.61 2.35 -
YUV 17.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 32 6 43 0.26 0.86 0 0.83 282.16 0.76 0.1
Hex 20 6 2B 1A 56 0 53 11A 4C A
Octal 40 6 53 32 126 0 123 432 114 12
Binary 100000 110 101011 11010 1010110 0 1010011 100011010 1001100 1010

Color Harmonies of #20062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20062B

Black with #20062B

Text Example


Text Example

White with #20062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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