Html Css Color HEX #0F0B12 Blackcurrant

📋 copy color: '#0F0B12'

red 15 ◦ green 11 ◦ blue 18

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

Shades of Blackcurrant #0F0B12

Tints of Blackcurrant #0F0B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 25%

 BLUE value IS 18 (7.42% from 255) = 40.91%

R = 34.09%
G = 25%
B = 40.91%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0B12 (or 0x0F0B12) is known color: Blackcurrant. HEX triplet: 0F, 0B and 12. RGB value is (15,11,18). Sum of RGB (Red+Green+Blue) = 15+11+18=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B12 is #F0F4ED. Grayscale: #0C0C0C. Windows color (decimal): -15791342 or 1182479. OLE color: 1182479.

HSL color Cylindrical-coordinate representation of color #0F0B12: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0F0B12 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 11 18 -
CMYK 0.17 0.39 0 0.93
HSL 274.29º 0.24% 0.06% -
HSV(B) 274.29º 0.39% 0.07% -
XYZ 0.43 0.38 0.62 -
YUV 12.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 15 11 18 0.17 0.39 0 0.93 274.29 0.24 0.06
Hex F B 12 11 27 0 5D 112 18 6
Octal 17 13 22 21 47 0 135 422 30 6
Binary 1111 1011 10010 10001 100111 0 1011101 100010010 11000 110

Color Harmonies of #0F0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B12

Black with #0F0B12

Text Example


Text Example

White with #0F0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,11,18); }

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

background-color css

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

 a { background-color: rgb(15,11,18); }

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

border-color css

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

 span { border-color: rgb(15,11,18); }

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