Html Css Color HEX #0F101C Black Russian

📋 copy color: '#0F101C'

red 15 ◦ green 16 ◦ blue 28

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

Shades of Black Russian #0F101C

Tints of Black Russian #0F101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

 BLUE value IS 28 (11.33% from 255) = 47.46%

R = 25.42%
G = 27.12%
B = 47.46%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F101C (or 0x0F101C) is known color: Black Russian. HEX triplet: 0F, 10 and 1C. RGB value is (15,16,28). Sum of RGB (Red+Green+Blue) = 15+16+28=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F101C is #F0EFE3. Grayscale: #111111. Windows color (decimal): -15790052 or 1839119. OLE color: 1839119.

HSL color Cylindrical-coordinate representation of color #0F101C: hue angle of 235.38º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F101C is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 16 28 -
CMYK 0.46 0.43 0 0.89
HSL 235.38º 0.3% 0.08% -
HSV(B) 235.38º 0.46% 0.11% -
XYZ 0.59 0.56 1.17 -
YUV 17.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 15 16 28 0.46 0.43 0 0.89 235.38 0.3 0.08
Hex F 10 1C 2E 2B 0 59 EB 1E 8
Octal 17 20 34 56 53 0 131 353 36 10
Binary 1111 10000 11100 101110 101011 0 1011001 11101011 11110 1000

Color Harmonies of #0F101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F101C

Black with #0F101C

Text Example


Text Example

White with #0F101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,28); }

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

background-color css

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

 a { background-color: rgb(15,16,28); }

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

border-color css

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

 span { border-color: rgb(15,16,28); }

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