Html Css Color HEX #0F0B14 Blackcurrant

📋 copy color: '#0F0B14'

red 15 ◦ green 11 ◦ blue 20

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

Shades of Blackcurrant #0F0B14

Tints of Blackcurrant #0F0B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 43.48%

R = 32.61%
G = 23.91%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0B14 (or 0x0F0B14) is known color: Blackcurrant. HEX triplet: 0F, 0B and 14. RGB value is (15,11,20). Sum of RGB (Red+Green+Blue) = 15+11+20=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B14 is #F0F4EB. Grayscale: #0D0D0D. Windows color (decimal): -15791340 or 1313551. OLE color: 1313551.

HSL color Cylindrical-coordinate representation of color #0F0B14: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0F0B14 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 11 20 -
CMYK 0.25 0.45 0 0.92
HSL 266.67º 0.29% 0.06% -
HSV(B) 266.67º 0.45% 0.08% -
XYZ 0.44 0.39 0.71 -
YUV 13.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 15 11 20 0.25 0.45 0 0.92 266.67 0.29 0.06
Hex F B 14 19 2D 0 5C 10B 1D 6
Octal 17 13 24 31 55 0 134 413 35 6
Binary 1111 1011 10100 11001 101101 0 1011100 100001011 11101 110

Color Harmonies of #0F0B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B14

Black with #0F0B14

Text Example


Text Example

White with #0F0B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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