Html Css Color HEX #0F1123 Black Russian

📋 copy color: '#0F1123'

red 15 ◦ green 17 ◦ blue 35

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

Shades of Black Russian #0F1123

Tints of Black Russian #0F1123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.37%

 BLUE value IS 35 (14.06% from 255) = 52.24%

R = 22.39%
G = 25.37%
B = 52.24%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F1123 (or 0x0F1123) is known color: Black Russian. HEX triplet: 0F, 11 and 23. RGB value is (15,17,35). Sum of RGB (Red+Green+Blue) = 15+17+35=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F1123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1123 is #F0EEDC. Grayscale: #121212. Windows color (decimal): -15789789 or 2298127. OLE color: 2298127.

HSL color Cylindrical-coordinate representation of color #0F1123: hue angle of 234º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F1123 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 17 35 -
CMYK 0.57 0.51 0 0.86
HSL 234º 0.4% 0.1% -
HSV(B) 234º 0.57% 0.14% -
XYZ 0.7 0.62 1.67 -
YUV 18.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 15 17 35 0.57 0.51 0 0.86 234 0.4 0.1
Hex F 11 23 39 33 0 56 EA 28 A
Octal 17 21 43 71 63 0 126 352 50 12
Binary 1111 10001 100011 111001 110011 0 1010110 11101010 101000 1010

Color Harmonies of #0F1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1123

Black with #0F1123

Text Example


Text Example

White with #0F1123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,35); }

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

background-color css

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

 a { background-color: rgb(15,17,35); }

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

border-color css

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

 span { border-color: rgb(15,17,35); }

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