Html Css Color HEX #0F0C31 Black Russian

📋 copy color: '#0F0C31'

red 15 ◦ green 12 ◦ blue 49

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

Shades of Black Russian #0F0C31

Tints of Black Russian #0F0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.79%

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

R = 19.74%
G = 15.79%
B = 64.47%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F0C31 (or 0x0F0C31) is known color: Black Russian. HEX triplet: 0F, 0C and 31. RGB value is (15,12,49). Sum of RGB (Red+Green+Blue) = 15+12+49=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F0C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C31 is #F0F3CE. Grayscale: #101010. Windows color (decimal): -15791055 or 3214351. OLE color: 3214351.

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

Color convert

RGB 15 12 49 -
CMYK 0.69 0.76 0 0.81
HSL 244.86º 0.61% 0.12% -
HSV(B) 244.86º 0.76% 0.19% -
XYZ 0.88 0.59 2.97 -
YUV 17.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 15 12 49 0.69 0.76 0 0.81 244.86 0.61 0.12
Hex F C 31 45 4C 0 51 F5 3D C
Octal 17 14 61 105 114 0 121 365 75 14
Binary 1111 1100 110001 1000101 1001100 0 1010001 11110101 111101 1100

Color Harmonies of #0F0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C31

Black with #0F0C31

Text Example


Text Example

White with #0F0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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