Html Css Color HEX #0F142E Black Russian

📋 copy color: '#0F142E'

red 15 ◦ green 20 ◦ blue 46

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

Shades of Black Russian #0F142E

Tints of Black Russian #0F142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 56.79%

R = 18.52%
G = 24.69%
B = 56.79%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F142E (or 0x0F142E) is known color: Black Russian. HEX triplet: 0F, 14 and 2E. RGB value is (15,20,46). Sum of RGB (Red+Green+Blue) = 15+20+46=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F142E is #F0EBD1. Grayscale: #151515. Windows color (decimal): -15789010 or 3019791. OLE color: 3019791.

HSL color Cylindrical-coordinate representation of color #0F142E: hue angle of 230.32º degrees, saturation: 0.51, 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 #0F142E is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 20 46 -
CMYK 0.67 0.57 0 0.82
HSL 230.32º 0.51% 0.12% -
HSV(B) 230.32º 0.67% 0.18% -
XYZ 0.94 0.8 2.69 -
YUV 21.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 15 20 46 0.67 0.57 0 0.82 230.32 0.51 0.12
Hex F 14 2E 43 39 0 52 E6 33 C
Octal 17 24 56 103 71 0 122 346 63 14
Binary 1111 10100 101110 1000011 111001 0 1010010 11100110 110011 1100

Color Harmonies of #0F142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F142E

Black with #0F142E

Text Example


Text Example

White with #0F142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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