Html Css Color HEX #090013 Blackcurrant

📋 copy color: '#090013'

red 9 ◦ green 0 ◦ blue 19

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

Shades of Blackcurrant #090013

Tints of Blackcurrant #090013

RGB

 RED value IS 9 (3.91% from 255) = 32.14%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 67.86%

R = 32.14%
G = 0%
B = 67.86%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090013 (or 0x090013) is known color: Blackcurrant. HEX triplet: 09, 00 and 13. RGB value is (9,0,19). Sum of RGB (Red+Green+Blue) = 9+0+19=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #090013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090013 is #F6FFEC. Grayscale: #040404. Windows color (decimal): -16187373 or 1245193. OLE color: 1245193.

HSL color Cylindrical-coordinate representation of color #090013: hue angle of 268.42º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090013 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 0 19 -
CMYK 0.53 1 0 0.93
HSL 268.42º 1% 0.04% -
HSV(B) 268.42º 1% 0.07% -
XYZ 0.23 0.11 0.62 -
YUV 4.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 9 0 19 0.53 1 0 0.93 268.42 1 0.04
Hex 9 0 13 35 64 0 5D 10C 64 4
Octal 11 0 23 65 144 0 135 414 144 4
Binary 1001 0 10011 110101 1100100 0 1011101 100001100 1100100 100

Color Harmonies of #090013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090013

Black with #090013

Text Example


Text Example

White with #090013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090013; }

 p { color: rgb(9,0,19); }

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

background-color css

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

 a { background-color: rgb(9,0,19); }

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

border-color css

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

 span { border-color: rgb(9,0,19); }

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