Html Css Color HEX #0F1028 Black Russian

📋 copy color: '#0F1028'

red 15 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #0F1028

Tints of Black Russian #0F1028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 56.34%

R = 21.13%
G = 22.54%
B = 56.34%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F1028 (or 0x0F1028) is known color: Black Russian. HEX triplet: 0F, 10 and 28. RGB value is (15,16,40). Sum of RGB (Red+Green+Blue) = 15+16+40=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F1028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1028 is #F0EFD7. Grayscale: #121212. Windows color (decimal): -15790040 or 2625551. OLE color: 2625551.

HSL color Cylindrical-coordinate representation of color #0F1028: hue angle of 237.6º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1028 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 16 40 -
CMYK 0.62 0.60 0 0.84
HSL 237.6º 0.45% 0.11% -
HSV(B) 237.6º 0.63% 0.16% -
XYZ 0.77 0.63 2.09 -
YUV 18.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 15 16 40 0.62 0.60 0 0.84 237.6 0.45 0.11
Hex F 10 28 3E 3C 0 54 EE 2D B
Octal 17 20 50 76 74 0 124 356 55 13
Binary 1111 10000 101000 111110 111100 0 1010100 11101110 101101 1011

Color Harmonies of #0F1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1028

Black with #0F1028

Text Example


Text Example

White with #0F1028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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