Html Css Color HEX #20033C Blackcurrant

📋 copy color: '#20033C'

red 32 ◦ green 3 ◦ blue 60

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

Shades of Blackcurrant #20033C

Tints of Blackcurrant #20033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

 BLUE value IS 60 (23.83% from 255) = 63.16%

R = 33.68%
G = 3.16%
B = 63.16%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20033C (or 0x20033C) is known color: Blackcurrant. HEX triplet: 20, 03 and 3C. RGB value is (32,3,60). Sum of RGB (Red+Green+Blue) = 32+3+60=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #20033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20033C is #DFFCC3. Grayscale: #111111. Windows color (decimal): -14679236 or 3932960. OLE color: 3932960.

HSL color Cylindrical-coordinate representation of color #20033C: hue angle of 270.53º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20033C is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 3 60 -
CMYK 0.47 0.95 0 0.76
HSL 270.53º 0.9% 0.12% -
HSV(B) 270.53º 0.95% 0.24% -
XYZ 1.44 0.7 4.33 -
YUV 18.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 32 3 60 0.47 0.95 0 0.76 270.53 0.9 0.12
Hex 20 3 3C 2F 5F 0 4C 10F 5A C
Octal 40 3 74 57 137 0 114 417 132 14
Binary 100000 11 111100 101111 1011111 0 1001100 100001111 1011010 1100

Color Harmonies of #20033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20033C

Black with #20033C

Text Example


Text Example

White with #20033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20033C; }

 p { color: rgb(32,3,60); }

 H1.HeaderClassName
 {
   color: #20033C;
 }
 .AnyTagClassName
 {
   color: #20033C;
 }
</style>

background-color css

<style>
 a { background-color: #20033C; }

 a { background-color: rgb(32,3,60); }

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

border-color css

<style>
 span { border-color: #20033C; }

 span { border-color: rgb(32,3,60); }

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