#25262E

Color #25262E Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #25262E

Tints of Black Russian #25262E

Color information

#25262E (or 0x25262E) is unknown color: approx Black Russian. HEX triplet: 25, 26 and 2E. RGB value is (37,38,46). Sum of RGB (Red+Green+Blue) = 37+38+46=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #25262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25262E is #DAD9D1. Grayscale: #262626. Windows color (decimal): -14342610 or 3024421. OLE color: 3024421.

HSL color Cylindrical-coordinate representation of color #25262E: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #25262E is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB373846-
CMYK0.200.1700.82
HSL233.33º10.84%16.27%-
HSV(B)233.33º19.57%18.04%-
XYZ1.951.982.86-
YUV38.61132.17126.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=30.58%
G=31.40%
B=38.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3738460.200.1700.82233.3310.8416.27
Hex25262E1411052e9b10
Octal454656242101223511320
Binary10010110011010111010100100010101001011101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25262E; }

 p { color: rgb(37,38,46); }

 H1.HeaderClassName
 {
   color: #25262E;
 }
 .AnyTagClassName
 {
   color: #25262E;
 }
</style>
background-color css

<style>
 a { background-color: #25262E; }

 a { background-color: rgb(37,38,46); }

 div.DivClassName
 {
   background-color: #25262E;
 }
 .BgClassName
 {
   background-color: #25262E;
 }
</style>
border-color css

<style>
 span { border-color: #25262E; }

 span { border-color: rgb(37,38,46); }

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