Html Css Color HEX #20093A Blackcurrant

📋 copy color: '#20093A'

red 32 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #20093A

Tints of Blackcurrant #20093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

 BLUE value IS 58 (23.05% from 255) = 58.59%

R = 32.32%
G = 9.09%
B = 58.59%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20093A (or 0x20093A) is known color: Blackcurrant. HEX triplet: 20, 09 and 3A. RGB value is (32,9,58). Sum of RGB (Red+Green+Blue) = 32+9+58=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #20093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20093A is #DFF6C5. Grayscale: #151515. Windows color (decimal): -14677702 or 3803424. OLE color: 3803424.

HSL color Cylindrical-coordinate representation of color #20093A: hue angle of 268.16º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20093A is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 32 9 58 -
CMYK 0.45 0.84 0 0.77
HSL 268.16º 0.73% 0.13% -
HSV(B) 268.16º 0.84% 0.23% -
XYZ 1.46 0.81 4.08 -
YUV 21.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 32 9 58 0.45 0.84 0 0.77 268.16 0.73 0.13
Hex 20 9 3A 2D 54 0 4D 10C 49 D
Octal 40 11 72 55 124 0 115 414 111 15
Binary 100000 1001 111010 101101 1010100 0 1001101 100001100 1001001 1101

Color Harmonies of #20093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20093A

Black with #20093A

Text Example


Text Example

White with #20093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20093A; }

 p { color: rgb(32,9,58); }

 H1.HeaderClassName
 {
   color: #20093A;
 }
 .AnyTagClassName
 {
   color: #20093A;
 }
</style>

background-color css

<style>
 a { background-color: #20093A; }

 a { background-color: rgb(32,9,58); }

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

border-color css

<style>
 span { border-color: #20093A; }

 span { border-color: rgb(32,9,58); }

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