Html Css Color HEX #20093F Blackcurrant

📋 copy color: '#20093F'

red 32 ◦ green 9 ◦ blue 63

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

Shades of Blackcurrant #20093F

Tints of Blackcurrant #20093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 60.58%

R = 30.77%
G = 8.65%
B = 60.58%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#20093F (or 0x20093F) is known color: Blackcurrant. HEX triplet: 20, 09 and 3F. RGB value is (32,9,63). Sum of RGB (Red+Green+Blue) = 32+9+63=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #20093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20093F is #DFF6C0. Grayscale: #151515. Windows color (decimal): -14677697 or 4131104. OLE color: 4131104.

HSL color Cylindrical-coordinate representation of color #20093F: hue angle of 265.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20093F is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 9 63 -
CMYK 0.49 0.86 0 0.75
HSL 265.56º 0.75% 0.14% -
HSV(B) 265.56º 0.86% 0.25% -
XYZ 1.59 0.86 4.79 -
YUV 22.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 32 9 63 0.49 0.86 0 0.75 265.56 0.75 0.14
Hex 20 9 3F 31 56 0 4B 10A 4B E
Octal 40 11 77 61 126 0 113 412 113 16
Binary 100000 1001 111111 110001 1010110 0 1001011 100001010 1001011 1110

Color Harmonies of #20093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20093F

Black with #20093F

Text Example


Text Example

White with #20093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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