Html Css Color HEX #0F1231 Black Russian

📋 copy color: '#0F1231'

red 15 ◦ green 18 ◦ blue 49

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

Shades of Black Russian #0F1231

Tints of Black Russian #0F1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.95%

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

R = 18.29%
G = 21.95%
B = 59.76%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1231 (or 0x0F1231) is known color: Black Russian. HEX triplet: 0F, 12 and 31. RGB value is (15,18,49). Sum of RGB (Red+Green+Blue) = 15+18+49=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1231 is #F0EDCE. Grayscale: #141414. Windows color (decimal): -15789519 or 3215887. OLE color: 3215887.

HSL color Cylindrical-coordinate representation of color #0F1231: hue angle of 234.71º 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 #0F1231 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 18 49 -
CMYK 0.69 0.63 0 0.81
HSL 234.71º 0.53% 0.13% -
HSV(B) 234.71º 0.69% 0.19% -
XYZ 0.97 0.76 3 -
YUV 20.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 15 18 49 0.69 0.63 0 0.81 234.71 0.53 0.13
Hex F 12 31 45 3F 0 51 EB 35 D
Octal 17 22 61 105 77 0 121 353 65 15
Binary 1111 10010 110001 1000101 111111 0 1010001 11101011 110101 1101

Color Harmonies of #0F1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1231

Black with #0F1231

Text Example


Text Example

White with #0F1231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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