Html Css Color HEX #0F1331 Black Russian

📋 copy color: '#0F1331'

red 15 ◦ green 19 ◦ blue 49

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

Shades of Black Russian #0F1331

Tints of Black Russian #0F1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.89%

 BLUE value IS 49 (19.53% from 255) = 59.04%

R = 18.07%
G = 22.89%
B = 59.04%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1331 (or 0x0F1331) is known color: Black Russian. HEX triplet: 0F, 13 and 31. RGB value is (15,19,49). Sum of RGB (Red+Green+Blue) = 15+19+49=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1331 is #F0ECCE. Grayscale: #151515. Windows color (decimal): -15789263 or 3216143. OLE color: 3216143.

HSL color Cylindrical-coordinate representation of color #0F1331: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1331 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 19 49 -
CMYK 0.69 0.61 0 0.81
HSL 232.94º 0.53% 0.13% -
HSV(B) 232.94º 0.69% 0.19% -
XYZ 0.98 0.79 3.01 -
YUV 21.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 15 19 49 0.69 0.61 0 0.81 232.94 0.53 0.13
Hex F 13 31 45 3D 0 51 E9 35 D
Octal 17 23 61 105 75 0 121 351 65 15
Binary 1111 10011 110001 1000101 111101 0 1010001 11101001 110101 1101

Color Harmonies of #0F1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1331

Black with #0F1331

Text Example


Text Example

White with #0F1331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,49); }

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

background-color css

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

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

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

border-color css

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

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

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