Html Css Color HEX #0F0915 Blackcurrant

📋 copy color: '#0F0915'

red 15 ◦ green 9 ◦ blue 21

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

Shades of Blackcurrant #0F0915

Tints of Blackcurrant #0F0915

RGB

 RED value IS 15 (6.25% from 255) = 33.33%

 GREEN value IS 9 (3.91% from 255) = 20%

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

R = 33.33%
G = 20%
B = 46.67%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0915 (or 0x0F0915) is known color: Blackcurrant. HEX triplet: 0F, 09 and 15. RGB value is (15,9,21). Sum of RGB (Red+Green+Blue) = 15+9+21=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0915 is #F0F6EA. Grayscale: #0C0C0C. Windows color (decimal): -15791851 or 1378575. OLE color: 1378575.

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

Color convert

RGB 15 9 21 -
CMYK 0.29 0.57 0 0.92
HSL 270º 0.4% 0.06% -
HSV(B) 270º 0.57% 0.08% -
XYZ 0.43 0.35 0.75 -
YUV 12.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 15 9 21 0.29 0.57 0 0.92 270 0.4 0.06
Hex F 9 15 1D 39 0 5C 10E 28 6
Octal 17 11 25 35 71 0 134 416 50 6
Binary 1111 1001 10101 11101 111001 0 1011100 100001110 101000 110

Color Harmonies of #0F0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0915

Black with #0F0915

Text Example


Text Example

White with #0F0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0915; }

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

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

background-color css

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

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

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

border-color css

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

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

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