Html Css Color HEX #0F152C Black Russian

📋 copy color: '#0F152C'

red 15 ◦ green 21 ◦ blue 44

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

Shades of Black Russian #0F152C

Tints of Black Russian #0F152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 44 (17.58% from 255) = 55%

R = 18.75%
G = 26.25%
B = 55%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F152C (or 0x0F152C) is known color: Black Russian. HEX triplet: 0F, 15 and 2C. RGB value is (15,21,44). Sum of RGB (Red+Green+Blue) = 15+21+44=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F152C is #F0EAD3. Grayscale: #151515. Windows color (decimal): -15788756 or 2888975. OLE color: 2888975.

HSL color Cylindrical-coordinate representation of color #0F152C: hue angle of 227.59º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F152C is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 21 44 -
CMYK 0.66 0.52 0 0.83
HSL 227.59º 0.49% 0.12% -
HSV(B) 227.59º 0.66% 0.17% -
XYZ 0.92 0.82 2.49 -
YUV 21.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 15 21 44 0.66 0.52 0 0.83 227.59 0.49 0.12
Hex F 15 2C 42 34 0 53 E4 31 C
Octal 17 25 54 102 64 0 123 344 61 14
Binary 1111 10101 101100 1000010 110100 0 1010011 11100100 110001 1100

Color Harmonies of #0F152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F152C

Black with #0F152C

Text Example


Text Example

White with #0F152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,21,44); }

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

background-color css

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

 a { background-color: rgb(15,21,44); }

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

border-color css

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

 span { border-color: rgb(15,21,44); }

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