Html Css Color HEX #0F0817 Blackcurrant

📋 copy color: '#0F0817'

red 15 ◦ green 8 ◦ blue 23

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

Shades of Blackcurrant #0F0817

Tints of Blackcurrant #0F0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.39%

 BLUE value IS 23 (9.38% from 255) = 50%

R = 32.61%
G = 17.39%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0817 (or 0x0F0817) is known color: Blackcurrant. HEX triplet: 0F, 08 and 17. RGB value is (15,8,23). Sum of RGB (Red+Green+Blue) = 15+8+23=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0817 is #F0F7E8. Grayscale: #0B0B0B. Windows color (decimal): -15792105 or 1509391. OLE color: 1509391.

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

Color convert

RGB 15 8 23 -
CMYK 0.35 0.65 0 0.91
HSL 268º 0.48% 0.06% -
HSV(B) 268º 0.65% 0.09% -
XYZ 0.44 0.34 0.85 -
YUV 11.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 15 8 23 0.35 0.65 0 0.91 268 0.48 0.06
Hex F 8 17 23 41 0 5B 10C 30 6
Octal 17 10 27 43 101 0 133 414 60 6
Binary 1111 1000 10111 100011 1000001 0 1011011 100001100 110000 110

Color Harmonies of #0F0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0817

Black with #0F0817

Text Example


Text Example

White with #0F0817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,23); }

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

background-color css

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

 a { background-color: rgb(15,8,23); }

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

border-color css

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

 span { border-color: rgb(15,8,23); }

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