#25282F

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

Shades of Black Russian #25282F

Tints of Black Russian #25282F

Color information

#25282F (or 0x25282F) is unknown color: approx Black Russian. HEX triplet: 25, 28 and 2F. RGB value is (37,40,47). Sum of RGB (Red+Green+Blue) = 37+40+47=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 47 - color contains mainly: blue. Hex color #25282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25282F is #DAD7D0. Grayscale: #272727. Windows color (decimal): -14342097 or 3090469. OLE color: 3090469.

HSL color Cylindrical-coordinate representation of color #25282F: hue angle of 222º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #25282F is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB374047-
CMYK0.210.1500.82
HSL222º11.9%16.47%-
HSV(B)222º21.28%18.43%-
XYZ2.032.122.99-
YUV39.9132.01125.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=29.84%
G=32.26%
B=37.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3740470.210.1500.8222211.916.47
Hex25282F15F052dec10
Octal455057251701223361420
Binary1001011010001011111010111110101001011011110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25282F; }

 p { color: rgb(37,40,47); }

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

<style>
 a { background-color: #25282F; }

 a { background-color: rgb(37,40,47); }

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

<style>
 span { border-color: #25282F; }

 span { border-color: rgb(37,40,47); }

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