#25262C

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

Shades of Black Russian #25262C

Tints of Black Russian #25262C

Color information

#25262C (or 0x25262C) is unknown color: approx Black Russian. HEX triplet: 25, 26 and 2C. RGB value is (37,38,44). Sum of RGB (Red+Green+Blue) = 37+38+44=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 44 - color contains mainly: blue. Hex color #25262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25262C is #DAD9D3. Grayscale: #262626. Windows color (decimal): -14342612 or 2893349. OLE color: 2893349.

HSL color Cylindrical-coordinate representation of color #25262C: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #25262C is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB373844-
CMYK0.160.1400.83
HSL231.43º8.64%15.88%-
HSV(B)231.43º15.91%17.25%-
XYZ1.911.962.66-
YUV38.38131.17127.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=31.09%
G=31.93%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3738440.160.1400.83231.438.6415.88
Hex25262C10E053e7910
Octal454654201601233471120
Binary1001011001101011001000011100101001111100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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