Html Css Color HEX #20052F Blackcurrant

📋 copy color: '#20052F'

red 32 ◦ green 5 ◦ blue 47

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

Shades of Blackcurrant #20052F

Tints of Blackcurrant #20052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 55.95%

R = 38.1%
G = 5.95%
B = 55.95%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20052F (or 0x20052F) is known color: Blackcurrant. HEX triplet: 20, 05 and 2F. RGB value is (32,5,47). Sum of RGB (Red+Green+Blue) = 32+5+47=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #20052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052F is #DFFAD0. Grayscale: #111111. Windows color (decimal): -14678737 or 3081504. OLE color: 3081504.

HSL color Cylindrical-coordinate representation of color #20052F: hue angle of 278.57º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20052F is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 5 47 -
CMYK 0.32 0.89 0 0.82
HSL 278.57º 0.81% 0.1% -
HSV(B) 278.57º 0.89% 0.18% -
XYZ 1.16 0.62 2.75 -
YUV 17.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 32 5 47 0.32 0.89 0 0.82 278.57 0.81 0.1
Hex 20 5 2F 20 59 0 52 117 51 A
Octal 40 5 57 40 131 0 122 427 121 12
Binary 100000 101 101111 100000 1011001 0 1010010 100010111 1010001 1010

Color Harmonies of #20052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20052F

Black with #20052F

Text Example


Text Example

White with #20052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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