Html Css Color HEX #0F0918 Blackcurrant

📋 copy color: '#0F0918'

red 15 ◦ green 9 ◦ blue 24

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

Shades of Blackcurrant #0F0918

Tints of Blackcurrant #0F0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 50%

R = 31.25%
G = 18.75%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0918 (or 0x0F0918) is known color: Blackcurrant. HEX triplet: 0F, 09 and 18. RGB value is (15,9,24). Sum of RGB (Red+Green+Blue) = 15+9+24=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0918 is #F0F6E7. Grayscale: #0C0C0C. Windows color (decimal): -15791848 or 1575183. OLE color: 1575183.

HSL color Cylindrical-coordinate representation of color #0F0918: hue angle of 264º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F0918 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 9 24 -
CMYK 0.37 0.63 0 0.91
HSL 264º 0.45% 0.06% -
HSV(B) 264º 0.63% 0.09% -
XYZ 0.46 0.36 0.91 -
YUV 12.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 15 9 24 0.37 0.63 0 0.91 264 0.45 0.06
Hex F 9 18 25 3F 0 5B 108 2D 6
Octal 17 11 30 45 77 0 133 410 55 6
Binary 1111 1001 11000 100101 111111 0 1011011 100001000 101101 110

Color Harmonies of #0F0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0918

Black with #0F0918

Text Example


Text Example

White with #0F0918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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