Html Css Color HEX #090115 Blackcurrant

📋 copy color: '#090115'

red 9 ◦ green 1 ◦ blue 21

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

Shades of Blackcurrant #090115

Tints of Blackcurrant #090115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.23%

 BLUE value IS 21 (8.59% from 255) = 67.74%

R = 29.03%
G = 3.23%
B = 67.74%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#090115 (or 0x090115) is known color: Blackcurrant. HEX triplet: 09, 01 and 15. RGB value is (9,1,21). Sum of RGB (Red+Green+Blue) = 9+1+21=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #090115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090115 is #F6FEEA. Grayscale: #050505. Windows color (decimal): -16187115 or 1376521. OLE color: 1376521.

HSL color Cylindrical-coordinate representation of color #090115: hue angle of 264º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090115 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 1 21 -
CMYK 0.57 0.95 0 0.92
HSL 264º 0.91% 0.04% -
HSV(B) 264º 0.95% 0.08% -
XYZ 0.26 0.13 0.72 -
YUV 5.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 9 1 21 0.57 0.95 0 0.92 264 0.91 0.04
Hex 9 1 15 39 5F 0 5C 108 5B 4
Octal 11 1 25 71 137 0 134 410 133 4
Binary 1001 1 10101 111001 1011111 0 1011100 100001000 1011011 100

Color Harmonies of #090115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090115

Black with #090115

Text Example


Text Example

White with #090115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090115; }

 p { color: rgb(9,1,21); }

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

background-color css

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

 a { background-color: rgb(9,1,21); }

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

border-color css

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

 span { border-color: rgb(9,1,21); }

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