Html Css Color HEX #0F122F Black Russian

📋 copy color: '#0F122F'

red 15 ◦ green 18 ◦ blue 47

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

Shades of Black Russian #0F122F

Tints of Black Russian #0F122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 58.75%

R = 18.75%
G = 22.5%
B = 58.75%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F122F (or 0x0F122F) is known color: Black Russian. HEX triplet: 0F, 12 and 2F. RGB value is (15,18,47). Sum of RGB (Red+Green+Blue) = 15+18+47=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F122F is #F0EDD0. Grayscale: #141414. Windows color (decimal): -15789521 or 3084815. OLE color: 3084815.

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

Color convert

RGB 15 18 47 -
CMYK 0.68 0.62 0 0.82
HSL 234.38º 0.52% 0.12% -
HSV(B) 234.38º 0.68% 0.18% -
XYZ 0.93 0.74 2.78 -
YUV 20.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 15 18 47 0.68 0.62 0 0.82 234.38 0.52 0.12
Hex F 12 2F 44 3E 0 52 EA 34 C
Octal 17 22 57 104 76 0 122 352 64 14
Binary 1111 10010 101111 1000100 111110 0 1010010 11101010 110100 1100

Color Harmonies of #0F122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F122F

Black with #0F122F

Text Example


Text Example

White with #0F122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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