Html Css Color HEX #0F1232 Black Russian

📋 copy color: '#0F1232'

red 15 ◦ green 18 ◦ blue 50

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

Shades of Black Russian #0F1232

Tints of Black Russian #0F1232

RGB

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

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

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

R = 18.07%
G = 21.69%
B = 60.24%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0F1232 (or 0x0F1232) is known color: Black Russian. HEX triplet: 0F, 12 and 32. RGB value is (15,18,50). Sum of RGB (Red+Green+Blue) = 15+18+50=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F1232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1232 is #F0EDCD. Grayscale: #141414. Windows color (decimal): -15789518 or 3281423. OLE color: 3281423.

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

Color convert

RGB 15 18 50 -
CMYK 0.70 0.64 0 0.80
HSL 234.86º 0.54% 0.13% -
HSV(B) 234.86º 0.7% 0.2% -
XYZ 0.99 0.76 3.11 -
YUV 20.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 15 18 50 0.70 0.64 0 0.80 234.86 0.54 0.13
Hex F 12 32 46 40 0 50 EB 36 D
Octal 17 22 62 106 100 0 120 353 66 15
Binary 1111 10010 110010 1000110 1000000 0 1010000 11101011 110110 1101

Color Harmonies of #0F1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1232

Black with #0F1232

Text Example


Text Example

White with #0F1232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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