Html Css Color HEX #0F142D Black Russian

📋 copy color: '#0F142D'

red 15 ◦ green 20 ◦ blue 45

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

Shades of Black Russian #0F142D

Tints of Black Russian #0F142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 56.25%

R = 18.75%
G = 25%
B = 56.25%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F142D (or 0x0F142D) is known color: Black Russian. HEX triplet: 0F, 14 and 2D. RGB value is (15,20,45). Sum of RGB (Red+Green+Blue) = 15+20+45=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F142D is #F0EBD2. Grayscale: #151515. Windows color (decimal): -15789011 or 2954255. OLE color: 2954255.

HSL color Cylindrical-coordinate representation of color #0F142D: hue angle of 230º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F142D is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 20 45 -
CMYK 0.67 0.56 0 0.82
HSL 230º 0.5% 0.12% -
HSV(B) 230º 0.67% 0.18% -
XYZ 0.92 0.79 2.59 -
YUV 21.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 15 20 45 0.67 0.56 0 0.82 230 0.5 0.12
Hex F 14 2D 43 38 0 52 E6 32 C
Octal 17 24 55 103 70 0 122 346 62 14
Binary 1111 10100 101101 1000011 111000 0 1010010 11100110 110010 1100

Color Harmonies of #0F142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F142D

Black with #0F142D

Text Example


Text Example

White with #0F142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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