Html Css Color HEX #0F1226 Black Russian

📋 copy color: '#0F1226'

red 15 ◦ green 18 ◦ blue 38

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

Shades of Black Russian #0F1226

Tints of Black Russian #0F1226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 38 (15.23% from 255) = 53.52%

R = 21.13%
G = 25.35%
B = 53.52%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F1226 (or 0x0F1226) is known color: Black Russian. HEX triplet: 0F, 12 and 26. RGB value is (15,18,38). Sum of RGB (Red+Green+Blue) = 15+18+38=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F1226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1226 is #F0EDD9. Grayscale: #131313. Windows color (decimal): -15789530 or 2494991. OLE color: 2494991.

HSL color Cylindrical-coordinate representation of color #0F1226: hue angle of 232.17º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F1226 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 18 38 -
CMYK 0.61 0.53 0 0.85
HSL 232.17º 0.43% 0.1% -
HSV(B) 232.17º 0.61% 0.15% -
XYZ 0.76 0.67 1.92 -
YUV 19.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 15 18 38 0.61 0.53 0 0.85 232.17 0.43 0.1
Hex F 12 26 3D 35 0 55 E8 2B A
Octal 17 22 46 75 65 0 125 350 53 12
Binary 1111 10010 100110 111101 110101 0 1010101 11101000 101011 1010

Color Harmonies of #0F1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1226

Black with #0F1226

Text Example


Text Example

White with #0F1226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,38); }

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

background-color css

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

 a { background-color: rgb(15,18,38); }

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

border-color css

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

 span { border-color: rgb(15,18,38); }

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