Html Css Color HEX #0F0F32 Black Russian

📋 copy color: '#0F0F32'

red 15 ◦ green 15 ◦ blue 50

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

Shades of Black Russian #0F0F32

Tints of Black Russian #0F0F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.75%

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

R = 18.75%
G = 18.75%
B = 62.5%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0F0F32 (or 0x0F0F32) is known color: Black Russian. HEX triplet: 0F, 0F and 32. RGB value is (15,15,50). Sum of RGB (Red+Green+Blue) = 15+15+50=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F0F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0F32 is #F0F0CD. Grayscale: #121212. Windows color (decimal): -15790286 or 3280655. OLE color: 3280655.

HSL color Cylindrical-coordinate representation of color #0F0F32: hue angle of 240º 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 #0F0F32 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 15 50 -
CMYK 0.70 0.70 0 0.80
HSL 240º 0.54% 0.13% -
HSV(B) 240º 0.7% 0.2% -
XYZ 0.94 0.67 3.1 -
YUV 18.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 15 15 50 0.70 0.70 0 0.80 240 0.54 0.13
Hex F F 32 46 46 0 50 F0 36 D
Octal 17 17 62 106 106 0 120 360 66 15
Binary 1111 1111 110010 1000110 1000110 0 1010000 11110000 110110 1101

Color Harmonies of #0F0F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0F32

Black with #0F0F32

Text Example


Text Example

White with #0F0F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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