Html Css Color HEX #20092D Blackcurrant

📋 copy color: '#20092D'

red 32 ◦ green 9 ◦ blue 45

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

Shades of Blackcurrant #20092D

Tints of Blackcurrant #20092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 52.33%

R = 37.21%
G = 10.47%
B = 52.33%

CMYK

 C value IS 0.29

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20092D (or 0x20092D) is known color: Blackcurrant. HEX triplet: 20, 09 and 2D. RGB value is (32,9,45). Sum of RGB (Red+Green+Blue) = 32+9+45=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #20092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092D is #DFF6D2. Grayscale: #131313. Windows color (decimal): -14677715 or 2951456. OLE color: 2951456.

HSL color Cylindrical-coordinate representation of color #20092D: hue angle of 278.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20092D is Cyan = 0.29, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 9 45 -
CMYK 0.29 0.8 0 0.82
HSL 278.33º 0.67% 0.11% -
HSV(B) 278.33º 0.8% 0.18% -
XYZ 1.17 0.69 2.55 -
YUV 19.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 32 9 45 0.29 0.8 0 0.82 278.33 0.67 0.11
Hex 20 9 2D 1D 50 0 52 116 43 B
Octal 40 11 55 35 120 0 122 426 103 13
Binary 100000 1001 101101 11101 1010000 0 1010010 100010110 1000011 1011

Color Harmonies of #20092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20092D

Black with #20092D

Text Example


Text Example

White with #20092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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