#25272E

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

Shades of Black Russian #25272E

Tints of Black Russian #25272E

Color information

#25272E (or 0x25272E) is unknown color: approx Black Russian. HEX triplet: 25, 27 and 2E. RGB value is (37,39,46). Sum of RGB (Red+Green+Blue) = 37+39+46=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #25272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25272E is #DAD8D1. Grayscale: #272727. Windows color (decimal): -14342354 or 3024677. OLE color: 3024677.

HSL color Cylindrical-coordinate representation of color #25272E: hue angle of 226.67º 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 #25272E is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB373946-
CMYK0.200.1500.82
HSL226.67º10.84%16.27%-
HSV(B)226.67º19.57%18.04%-
XYZ1.982.042.87-
YUV39.2131.84126.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=30.33%
G=31.97%
B=37.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3739460.200.1500.82226.6710.8416.27
Hex25272E14F052e3b10
Octal454756241701223431320
Binary1001011001111011101010011110101001011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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