Html Css Color HEX #0F152D Black Russian

📋 copy color: '#0F152D'

red 15 ◦ green 21 ◦ blue 45

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

Shades of Black Russian #0F152D

Tints of Black Russian #0F152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 55.56%

R = 18.52%
G = 25.93%
B = 55.56%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F152D (or 0x0F152D) is known color: Black Russian. HEX triplet: 0F, 15 and 2D. RGB value is (15,21,45). Sum of RGB (Red+Green+Blue) = 15+21+45=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F152D is #F0EAD2. Grayscale: #151515. Windows color (decimal): -15788755 or 2954511. OLE color: 2954511.

HSL color Cylindrical-coordinate representation of color #0F152D: hue angle of 228º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F152D is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 21 45 -
CMYK 0.67 0.53 0 0.82
HSL 228º 0.5% 0.12% -
HSV(B) 228º 0.67% 0.18% -
XYZ 0.94 0.83 2.59 -
YUV 21.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 15 21 45 0.67 0.53 0 0.82 228 0.5 0.12
Hex F 15 2D 43 35 0 52 E4 32 C
Octal 17 25 55 103 65 0 122 344 62 14
Binary 1111 10101 101101 1000011 110101 0 1010010 11100100 110010 1100

Color Harmonies of #0F152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F152D

Black with #0F152D

Text Example


Text Example

White with #0F152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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