Html Css Color HEX #0F152B Black Russian

📋 copy color: '#0F152B'

red 15 ◦ green 21 ◦ blue 43

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

Shades of Black Russian #0F152B

Tints of Black Russian #0F152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 54.43%

R = 18.99%
G = 26.58%
B = 54.43%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F152B (or 0x0F152B) is known color: Black Russian. HEX triplet: 0F, 15 and 2B. RGB value is (15,21,43). Sum of RGB (Red+Green+Blue) = 15+21+43=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F152B is #F0EAD4. Grayscale: #151515. Windows color (decimal): -15788757 or 2823439. OLE color: 2823439.

HSL color Cylindrical-coordinate representation of color #0F152B: hue angle of 227.14º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F152B is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 21 43 -
CMYK 0.65 0.51 0 0.83
HSL 227.14º 0.48% 0.11% -
HSV(B) 227.14º 0.65% 0.17% -
XYZ 0.9 0.81 2.39 -
YUV 21.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 15 21 43 0.65 0.51 0 0.83 227.14 0.48 0.11
Hex F 15 2B 41 33 0 53 E3 30 B
Octal 17 25 53 101 63 0 123 343 60 13
Binary 1111 10101 101011 1000001 110011 0 1010011 11100011 110000 1011

Color Harmonies of #0F152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F152B

Black with #0F152B

Text Example


Text Example

White with #0F152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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