Html Css Color HEX #20052B Blackcurrant

📋 copy color: '#20052B'

red 32 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #20052B

Tints of Blackcurrant #20052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

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

R = 40%
G = 6.25%
B = 53.75%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20052B (or 0x20052B) is known color: Blackcurrant. HEX triplet: 20, 05 and 2B. RGB value is (32,5,43). Sum of RGB (Red+Green+Blue) = 32+5+43=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #20052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052B is #DFFAD4. Grayscale: #111111. Windows color (decimal): -14678741 or 2819360. OLE color: 2819360.

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

Color convert

RGB 32 5 43 -
CMYK 0.26 0.88 0 0.83
HSL 282.63º 0.79% 0.09% -
HSV(B) 282.63º 0.88% 0.17% -
XYZ 1.09 0.59 2.34 -
YUV 17.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 32 5 43 0.26 0.88 0 0.83 282.63 0.79 0.09
Hex 20 5 2B 1A 58 0 53 11B 4F 9
Octal 40 5 53 32 130 0 123 433 117 11
Binary 100000 101 101011 11010 1011000 0 1010011 100011011 1001111 1001

Color Harmonies of #20052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20052B

Black with #20052B

Text Example


Text Example

White with #20052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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