Html Css Color HEX #20092F Blackcurrant

📋 copy color: '#20092F'

red 32 ◦ green 9 ◦ blue 47

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

Shades of Blackcurrant #20092F

Tints of Blackcurrant #20092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 53.41%

R = 36.36%
G = 10.23%
B = 53.41%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20092F (or 0x20092F) is known color: Blackcurrant. HEX triplet: 20, 09 and 2F. RGB value is (32,9,47). Sum of RGB (Red+Green+Blue) = 32+9+47=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #20092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092F is #DFF6D0. Grayscale: #141414. Windows color (decimal): -14677713 or 3082528. OLE color: 3082528.

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

Color convert

RGB 32 9 47 -
CMYK 0.32 0.81 0 0.82
HSL 276.32º 0.68% 0.11% -
HSV(B) 276.32º 0.81% 0.18% -
XYZ 1.21 0.71 2.76 -
YUV 20.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 32 9 47 0.32 0.81 0 0.82 276.32 0.68 0.11
Hex 20 9 2F 20 51 0 52 114 44 B
Octal 40 11 57 40 121 0 122 424 104 13
Binary 100000 1001 101111 100000 1010001 0 1010010 100010100 1000100 1011

Color Harmonies of #20092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20092F

Black with #20092F

Text Example


Text Example

White with #20092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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