Html Css Color HEX #0F0117 Blackcurrant

📋 copy color: '#0F0117'

red 15 ◦ green 1 ◦ blue 23

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

Shades of Blackcurrant #0F0117

Tints of Blackcurrant #0F0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.56%

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

R = 38.46%
G = 2.56%
B = 58.97%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0117 (or 0x0F0117) is known color: Blackcurrant. HEX triplet: 0F, 01 and 17. RGB value is (15,1,23). Sum of RGB (Red+Green+Blue) = 15+1+23=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0117 is #F0FEE8. Grayscale: #070707. Windows color (decimal): -15793897 or 1507599. OLE color: 1507599.

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

Color convert

RGB 15 1 23 -
CMYK 0.35 0.96 0 0.91
HSL 278.18º 0.92% 0.05% -
HSV(B) 278.18º 0.96% 0.09% -
XYZ 0.36 0.19 0.83 -
YUV 7.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 15 1 23 0.35 0.96 0 0.91 278.18 0.92 0.05
Hex F 1 17 23 60 0 5B 116 5C 5
Octal 17 1 27 43 140 0 133 426 134 5
Binary 1111 1 10111 100011 1100000 0 1011011 100010110 1011100 101

Color Harmonies of #0F0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0117

Black with #0F0117

Text Example


Text Example

White with #0F0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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