Html Css Color HEX #20092A Blackcurrant

📋 copy color: '#20092A'

red 32 ◦ green 9 ◦ blue 42

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

Shades of Blackcurrant #20092A

Tints of Blackcurrant #20092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 50.6%

R = 38.55%
G = 10.84%
B = 50.6%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#20092A (or 0x20092A) is known color: Blackcurrant. HEX triplet: 20, 09 and 2A. RGB value is (32,9,42). Sum of RGB (Red+Green+Blue) = 32+9+42=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #20092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092A is #DFF6D5. Grayscale: #131313. Windows color (decimal): -14677718 or 2754848. OLE color: 2754848.

HSL color Cylindrical-coordinate representation of color #20092A: hue angle of 281.82º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20092A is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 9 42 -
CMYK 0.24 0.79 0 0.84
HSL 281.82º 0.65% 0.1% -
HSV(B) 281.82º 0.79% 0.16% -
XYZ 1.11 0.67 2.26 -
YUV 19.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 32 9 42 0.24 0.79 0 0.84 281.82 0.65 0.1
Hex 20 9 2A 18 4F 0 54 11A 41 A
Octal 40 11 52 30 117 0 124 432 101 12
Binary 100000 1001 101010 11000 1001111 0 1010100 100011010 1000001 1010

Color Harmonies of #20092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20092A

Black with #20092A

Text Example


Text Example

White with #20092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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