Html Css Color HEX #09050F Blackcurrant

📋 copy color: '#09050F'

red 9 ◦ green 5 ◦ blue 15

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

Shades of Blackcurrant #09050F

Tints of Blackcurrant #09050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.24%

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

R = 31.03%
G = 17.24%
B = 51.72%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#09050F (or 0x09050F) is known color: Blackcurrant. HEX triplet: 09, 05 and 0F. RGB value is (9,5,15). Sum of RGB (Red+Green+Blue) = 9+5+15=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #09050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09050F is #F6FAF0. Grayscale: #070707. Windows color (decimal): -16186097 or 984329. OLE color: 984329.

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

Color convert

RGB 9 5 15 -
CMYK 0.40 0.67 0 0.94
HSL 264º 0.5% 0.04% -
HSV(B) 264º 0.67% 0.06% -
XYZ 0.25 0.2 0.48 -
YUV 7.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 9 5 15 0.40 0.67 0 0.94 264 0.5 0.04
Hex 9 5 F 28 43 0 5E 108 32 4
Octal 11 5 17 50 103 0 136 410 62 4
Binary 1001 101 1111 101000 1000011 0 1011110 100001000 110010 100

Color Harmonies of #09050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09050F

Black with #09050F

Text Example


Text Example

White with #09050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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