Html Css Color HEX #09000F Blackcurrant

📋 copy color: '#09000F'

red 9 ◦ green 0 ◦ blue 15

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

Shades of Blackcurrant #09000F

Tints of Blackcurrant #09000F

RGB

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

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

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

R = 37.5%
G = 0%
B = 62.5%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#09000F (or 0x09000F) is known color: Blackcurrant. HEX triplet: 09, 00 and 0F. RGB value is (9,0,15). Sum of RGB (Red+Green+Blue) = 9+0+15=24 (3% of max value = 765). Red value is 9 (3.91% from 255 or 37.5% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #09000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09000F is #F6FFF0. Grayscale: #040404. Windows color (decimal): -16187377 or 983049. OLE color: 983049.

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

Color convert

RGB 9 0 15 -
CMYK 0.40 1 0 0.94
HSL 276º 1% 0.03% -
HSV(B) 276º 1% 0.06% -
XYZ 0.2 0.09 0.46 -
YUV 4.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 9 0 15 0.40 1 0 0.94 276 1 0.03
Hex 9 0 F 28 64 0 5E 114 64 3
Octal 11 0 17 50 144 0 136 424 144 3
Binary 1001 0 1111 101000 1100100 0 1011110 100010100 1100100 11

Color Harmonies of #09000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09000F

Black with #09000F

Text Example


Text Example

White with #09000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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