Html Css Color HEX #0F1230 Black Russian

📋 copy color: '#0F1230'

red 15 ◦ green 18 ◦ blue 48

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

Shades of Black Russian #0F1230

Tints of Black Russian #0F1230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 59.26%

R = 18.52%
G = 22.22%
B = 59.26%

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

#0F1230 (or 0x0F1230) is known color: Black Russian. HEX triplet: 0F, 12 and 30. RGB value is (15,18,48). Sum of RGB (Red+Green+Blue) = 15+18+48=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1230 is #F0EDCF. Grayscale: #141414. Windows color (decimal): -15789520 or 3150351. OLE color: 3150351.

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

Color convert

RGB 15 18 48 -
CMYK 0.69 0.63 0 0.81
HSL 234.55º 0.52% 0.12% -
HSV(B) 234.55º 0.69% 0.19% -
XYZ 0.95 0.75 2.89 -
YUV 20.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 15 18 48 0.69 0.63 0 0.81 234.55 0.52 0.12
Hex F 12 30 45 3F 0 51 EB 34 C
Octal 17 22 60 105 77 0 121 353 64 14
Binary 1111 10010 110000 1000101 111111 0 1010001 11101011 110100 1100

Color Harmonies of #0F1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1230

Black with #0F1230

Text Example


Text Example

White with #0F1230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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