Html Css Color HEX #0F0717 Blackcurrant

📋 copy color: '#0F0717'

red 15 ◦ green 7 ◦ blue 23

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

Shades of Blackcurrant #0F0717

Tints of Blackcurrant #0F0717

RGB

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

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

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

R = 33.33%
G = 15.56%
B = 51.11%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0717 (or 0x0F0717) is known color: Blackcurrant. HEX triplet: 0F, 07 and 17. RGB value is (15,7,23). Sum of RGB (Red+Green+Blue) = 15+7+23=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0717 is #F0F8E8. Grayscale: #0B0B0B. Windows color (decimal): -15792361 or 1509135. OLE color: 1509135.

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

Color convert

RGB 15 7 23 -
CMYK 0.35 0.70 0 0.91
HSL 270º 0.53% 0.06% -
HSV(B) 270º 0.7% 0.09% -
XYZ 0.43 0.32 0.85 -
YUV 11.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 15 7 23 0.35 0.70 0 0.91 270 0.53 0.06
Hex F 7 17 23 46 0 5B 10E 35 6
Octal 17 7 27 43 106 0 133 416 65 6
Binary 1111 111 10111 100011 1000110 0 1011011 100001110 110101 110

Color Harmonies of #0F0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0717

Black with #0F0717

Text Example


Text Example

White with #0F0717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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