Html Css Color HEX #0F162C Black Russian

📋 copy color: '#0F162C'

red 15 ◦ green 22 ◦ blue 44

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

Shades of Black Russian #0F162C

Tints of Black Russian #0F162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.16%

 BLUE value IS 44 (17.58% from 255) = 54.32%

R = 18.52%
G = 27.16%
B = 54.32%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F162C (or 0x0F162C) is known color: Black Russian. HEX triplet: 0F, 16 and 2C. RGB value is (15,22,44). Sum of RGB (Red+Green+Blue) = 15+22+44=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F162C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F162C is #F0E9D3. Grayscale: #161616. Windows color (decimal): -15788500 or 2889231. OLE color: 2889231.

HSL color Cylindrical-coordinate representation of color #0F162C: hue angle of 225.52º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F162C is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 22 44 -
CMYK 0.66 0.5 0 0.83
HSL 225.52º 0.49% 0.12% -
HSV(B) 225.52º 0.66% 0.17% -
XYZ 0.94 0.86 2.5 -
YUV 22.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 15 22 44 0.66 0.5 0 0.83 225.52 0.49 0.12
Hex F 16 2C 42 32 0 53 E2 31 C
Octal 17 26 54 102 62 0 123 342 61 14
Binary 1111 10110 101100 1000010 110010 0 1010011 11100010 110001 1100

Color Harmonies of #0F162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F162C

Black with #0F162C

Text Example


Text Example

White with #0F162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,22,44); }

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

background-color css

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

 a { background-color: rgb(15,22,44); }

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

border-color css

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

 span { border-color: rgb(15,22,44); }

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