Html Css Color HEX #20033E Blackcurrant

📋 copy color: '#20033E'

red 32 ◦ green 3 ◦ blue 62

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

Shades of Blackcurrant #20033E

Tints of Blackcurrant #20033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 63.92%

R = 32.99%
G = 3.09%
B = 63.92%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20033E (or 0x20033E) is known color: Blackcurrant. HEX triplet: 20, 03 and 3E. RGB value is (32,3,62). Sum of RGB (Red+Green+Blue) = 32+3+62=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #20033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20033E is #DFFCC1. Grayscale: #121212. Windows color (decimal): -14679234 or 4064032. OLE color: 4064032.

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

Color convert

RGB 32 3 62 -
CMYK 0.48 0.95 0 0.76
HSL 269.49º 0.91% 0.13% -
HSV(B) 269.49º 0.95% 0.24% -
XYZ 1.5 0.72 4.62 -
YUV 18.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 32 3 62 0.48 0.95 0 0.76 269.49 0.91 0.13
Hex 20 3 3E 30 5F 0 4C 10D 5B D
Octal 40 3 76 60 137 0 114 415 133 15
Binary 100000 11 111110 110000 1011111 0 1001100 100001101 1011011 1101

Color Harmonies of #20033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20033E

Black with #20033E

Text Example


Text Example

White with #20033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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