Html Css Color HEX #0F1027 Black Russian

📋 copy color: '#0F1027'

red 15 ◦ green 16 ◦ blue 39

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

Shades of Black Russian #0F1027

Tints of Black Russian #0F1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

 BLUE value IS 39 (15.63% from 255) = 55.71%

R = 21.43%
G = 22.86%
B = 55.71%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F1027 (or 0x0F1027) is known color: Black Russian. HEX triplet: 0F, 10 and 27. RGB value is (15,16,39). Sum of RGB (Red+Green+Blue) = 15+16+39=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F1027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1027 is #F0EFD8. Grayscale: #121212. Windows color (decimal): -15790041 or 2560015. OLE color: 2560015.

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

Color convert

RGB 15 16 39 -
CMYK 0.62 0.59 0 0.85
HSL 237.5º 0.44% 0.11% -
HSV(B) 237.5º 0.62% 0.15% -
XYZ 0.75 0.62 2 -
YUV 18.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 15 16 39 0.62 0.59 0 0.85 237.5 0.44 0.11
Hex F 10 27 3E 3B 0 55 EE 2C B
Octal 17 20 47 76 73 0 125 356 54 13
Binary 1111 10000 100111 111110 111011 0 1010101 11101110 101100 1011

Color Harmonies of #0F1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1027

Black with #0F1027

Text Example


Text Example

White with #0F1027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,39); }

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

background-color css

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

 a { background-color: rgb(15,16,39); }

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

border-color css

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

 span { border-color: rgb(15,16,39); }

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