Html Css Color HEX #0F0617 Blackcurrant

📋 copy color: '#0F0617'

red 15 ◦ green 6 ◦ blue 23

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

Shades of Blackcurrant #0F0617

Tints of Blackcurrant #0F0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

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

R = 34.09%
G = 13.64%
B = 52.27%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0617 (or 0x0F0617) is known color: Blackcurrant. HEX triplet: 0F, 06 and 17. RGB value is (15,6,23). Sum of RGB (Red+Green+Blue) = 15+6+23=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0617 is #F0F9E8. Grayscale: #0A0A0A. Windows color (decimal): -15792617 or 1508879. OLE color: 1508879.

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

Color convert

RGB 15 6 23 -
CMYK 0.35 0.74 0 0.91
HSL 271.76º 0.59% 0.06% -
HSV(B) 271.76º 0.74% 0.09% -
XYZ 0.42 0.29 0.85 -
YUV 10.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 15 6 23 0.35 0.74 0 0.91 271.76 0.59 0.06
Hex F 6 17 23 4A 0 5B 110 3B 6
Octal 17 6 27 43 112 0 133 420 73 6
Binary 1111 110 10111 100011 1001010 0 1011011 100010000 111011 110

Color Harmonies of #0F0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0617

Black with #0F0617

Text Example


Text Example

White with #0F0617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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