Html Css Color HEX #0F182B Black Russian

📋 copy color: '#0F182B'

red 15 ◦ green 24 ◦ blue 43

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

Shades of Black Russian #0F182B

Tints of Black Russian #0F182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

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

R = 18.29%
G = 29.27%
B = 52.44%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F182B (or 0x0F182B) is known color: Black Russian. HEX triplet: 0F, 18 and 2B. RGB value is (15,24,43). Sum of RGB (Red+Green+Blue) = 15+24+43=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F182B is #F0E7D4. Grayscale: #171717. Windows color (decimal): -15787989 or 2824207. OLE color: 2824207.

HSL color Cylindrical-coordinate representation of color #0F182B: hue angle of 220.71º 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 #0F182B is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 24 43 -
CMYK 0.65 0.44 0 0.83
HSL 220.71º 0.48% 0.11% -
HSV(B) 220.71º 0.65% 0.17% -
XYZ 0.96 0.93 2.41 -
YUV 23.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 15 24 43 0.65 0.44 0 0.83 220.71 0.48 0.11
Hex F 18 2B 41 2C 0 53 DD 30 B
Octal 17 30 53 101 54 0 123 335 60 13
Binary 1111 11000 101011 1000001 101100 0 1010011 11011101 110000 1011

Color Harmonies of #0F182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F182B

Black with #0F182B

Text Example


Text Example

White with #0F182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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