Html Css Color HEX #09020F Blackcurrant

📋 copy color: '#09020F'

red 9 ◦ green 2 ◦ blue 15

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

Shades of Blackcurrant #09020F

Tints of Blackcurrant #09020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.69%

 BLUE value IS 15 (6.25% from 255) = 57.69%

R = 34.62%
G = 7.69%
B = 57.69%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#09020F (or 0x09020F) is known color: Blackcurrant. HEX triplet: 09, 02 and 0F. RGB value is (9,2,15). Sum of RGB (Red+Green+Blue) = 9+2+15=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #09020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09020F is #F6FDF0. Grayscale: #050505. Windows color (decimal): -16186865 or 983561. OLE color: 983561.

HSL color Cylindrical-coordinate representation of color #09020F: hue angle of 272.31º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09020F is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 9 2 15 -
CMYK 0.40 0.87 0 0.94
HSL 272.31º 0.76% 0.03% -
HSV(B) 272.31º 0.87% 0.06% -
XYZ 0.22 0.14 0.47 -
YUV 5.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 9 2 15 0.40 0.87 0 0.94 272.31 0.76 0.03
Hex 9 2 F 28 57 0 5E 110 4C 3
Octal 11 2 17 50 127 0 136 420 114 3
Binary 1001 10 1111 101000 1010111 0 1011110 100010000 1001100 11

Color Harmonies of #09020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09020F

Black with #09020F

Text Example


Text Example

White with #09020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,2,15); }

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

background-color css

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

 a { background-color: rgb(9,2,15); }

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

border-color css

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

 span { border-color: rgb(9,2,15); }

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