Html Css Color HEX #0F0718 Blackcurrant

📋 copy color: '#0F0718'

red 15 ◦ green 7 ◦ blue 24

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

Shades of Blackcurrant #0F0718

Tints of Blackcurrant #0F0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.22%

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

R = 32.61%
G = 15.22%
B = 52.17%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0718 (or 0x0F0718) is known color: Blackcurrant. HEX triplet: 0F, 07 and 18. RGB value is (15,7,24). Sum of RGB (Red+Green+Blue) = 15+7+24=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0718 is #F0F8E7. Grayscale: #0B0B0B. Windows color (decimal): -15792360 or 1574671. OLE color: 1574671.

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

Color convert

RGB 15 7 24 -
CMYK 0.37 0.71 0 0.91
HSL 268.24º 0.55% 0.06% -
HSV(B) 268.24º 0.71% 0.09% -
XYZ 0.44 0.32 0.9 -
YUV 11.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 15 7 24 0.37 0.71 0 0.91 268.24 0.55 0.06
Hex F 7 18 25 47 0 5B 10C 37 6
Octal 17 7 30 45 107 0 133 414 67 6
Binary 1111 111 11000 100101 1000111 0 1011011 100001100 110111 110

Color Harmonies of #0F0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0718

Black with #0F0718

Text Example


Text Example

White with #0F0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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