Html Css Color HEX #0F141D Black Russian

📋 copy color: '#0F141D'

red 15 ◦ green 20 ◦ blue 29

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

Shades of Black Russian #0F141D

Tints of Black Russian #0F141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

 BLUE value IS 29 (11.72% from 255) = 45.31%

R = 23.44%
G = 31.25%
B = 45.31%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F141D (or 0x0F141D) is known color: Black Russian. HEX triplet: 0F, 14 and 1D. RGB value is (15,20,29). Sum of RGB (Red+Green+Blue) = 15+20+29=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F141D is #F0EBE2. Grayscale: #131313. Windows color (decimal): -15789027 or 1905679. OLE color: 1905679.

HSL color Cylindrical-coordinate representation of color #0F141D: hue angle of 218.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F141D is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 20 29 -
CMYK 0.48 0.31 0 0.89
HSL 218.57º 0.32% 0.09% -
HSV(B) 218.57º 0.48% 0.11% -
XYZ 0.67 0.69 1.26 -
YUV 19.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 15 20 29 0.48 0.31 0 0.89 218.57 0.32 0.09
Hex F 14 1D 30 1F 0 59 DB 20 9
Octal 17 24 35 60 37 0 131 333 40 11
Binary 1111 10100 11101 110000 11111 0 1011001 11011011 100000 1001

Color Harmonies of #0F141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F141D

Black with #0F141D

Text Example


Text Example

White with #0F141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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