Html Css Color HEX #0F1029 Black Russian

📋 copy color: '#0F1029'

red 15 ◦ green 16 ◦ blue 41

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

Shades of Black Russian #0F1029

Tints of Black Russian #0F1029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 56.94%

R = 20.83%
G = 22.22%
B = 56.94%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F1029 (or 0x0F1029) is known color: Black Russian. HEX triplet: 0F, 10 and 29. RGB value is (15,16,41). Sum of RGB (Red+Green+Blue) = 15+16+41=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1029 is #F0EFD6. Grayscale: #121212. Windows color (decimal): -15790039 or 2691087. OLE color: 2691087.

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

Color convert

RGB 15 16 41 -
CMYK 0.63 0.61 0 0.84
HSL 237.69º 0.46% 0.11% -
HSV(B) 237.69º 0.63% 0.16% -
XYZ 0.78 0.63 2.18 -
YUV 18.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 15 16 41 0.63 0.61 0 0.84 237.69 0.46 0.11
Hex F 10 29 3F 3D 0 54 EE 2E B
Octal 17 20 51 77 75 0 124 356 56 13
Binary 1111 10000 101001 111111 111101 0 1010100 11101110 101110 1011

Color Harmonies of #0F1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1029

Black with #0F1029

Text Example


Text Example

White with #0F1029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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