Html Css Color HEX #0F1225 Black Russian

📋 copy color: '#0F1225'

red 15 ◦ green 18 ◦ blue 37

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

Shades of Black Russian #0F1225

Tints of Black Russian #0F1225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 52.86%

R = 21.43%
G = 25.71%
B = 52.86%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F1225 (or 0x0F1225) is known color: Black Russian. HEX triplet: 0F, 12 and 25. RGB value is (15,18,37). Sum of RGB (Red+Green+Blue) = 15+18+37=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F1225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1225 is #F0EDDA. Grayscale: #131313. Windows color (decimal): -15789531 or 2429455. OLE color: 2429455.

HSL color Cylindrical-coordinate representation of color #0F1225: hue angle of 231.82º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F1225 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 18 37 -
CMYK 0.59 0.51 0 0.85
HSL 231.82º 0.42% 0.1% -
HSV(B) 231.82º 0.59% 0.15% -
XYZ 0.75 0.67 1.84 -
YUV 19.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 15 18 37 0.59 0.51 0 0.85 231.82 0.42 0.1
Hex F 12 25 3B 33 0 55 E8 2A A
Octal 17 22 45 73 63 0 125 350 52 12
Binary 1111 10010 100101 111011 110011 0 1010101 11101000 101010 1010

Color Harmonies of #0F1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1225

Black with #0F1225

Text Example


Text Example

White with #0F1225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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