Html Css Color HEX #0F1032 Black Russian

📋 copy color: '#0F1032'

red 15 ◦ green 16 ◦ blue 50

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

Shades of Black Russian #0F1032

Tints of Black Russian #0F1032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 61.73%

R = 18.52%
G = 19.75%
B = 61.73%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0F1032 (or 0x0F1032) is known color: Black Russian. HEX triplet: 0F, 10 and 32. RGB value is (15,16,50). Sum of RGB (Red+Green+Blue) = 15+16+50=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F1032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1032 is #F0EFCD. Grayscale: #131313. Windows color (decimal): -15790030 or 3280911. OLE color: 3280911.

HSL color Cylindrical-coordinate representation of color #0F1032: hue angle of 238.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F1032 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 16 50 -
CMYK 0.70 0.68 0 0.80
HSL 238.29º 0.54% 0.13% -
HSV(B) 238.29º 0.7% 0.2% -
XYZ 0.96 0.7 3.1 -
YUV 19.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 15 16 50 0.70 0.68 0 0.80 238.29 0.54 0.13
Hex F 10 32 46 44 0 50 EE 36 D
Octal 17 20 62 106 104 0 120 356 66 15
Binary 1111 10000 110010 1000110 1000100 0 1010000 11101110 110110 1101

Color Harmonies of #0F1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1032

Black with #0F1032

Text Example


Text Example

White with #0F1032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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