Html Css Color HEX #0F101A Black Russian

📋 copy color: '#0F101A'

red 15 ◦ green 16 ◦ blue 26

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

Shades of Black Russian #0F101A

Tints of Black Russian #0F101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 45.61%

R = 26.32%
G = 28.07%
B = 45.61%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F101A (or 0x0F101A) is known color: Black Russian. HEX triplet: 0F, 10 and 1A. RGB value is (15,16,26). Sum of RGB (Red+Green+Blue) = 15+16+26=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F101A is #F0EFE5. Grayscale: #101010. Windows color (decimal): -15790054 or 1708047. OLE color: 1708047.

HSL color Cylindrical-coordinate representation of color #0F101A: hue angle of 234.55º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F101A is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 16 26 -
CMYK 0.42 0.38 0 0.90
HSL 234.55º 0.27% 0.08% -
HSV(B) 234.55º 0.42% 0.1% -
XYZ 0.57 0.55 1.05 -
YUV 16.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 15 16 26 0.42 0.38 0 0.90 234.55 0.27 0.08
Hex F 10 1A 2A 26 0 5A EB 1B 8
Octal 17 20 32 52 46 0 132 353 33 10
Binary 1111 10000 11010 101010 100110 0 1011010 11101011 11011 1000

Color Harmonies of #0F101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F101A

Black with #0F101A

Text Example


Text Example

White with #0F101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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