#25041B

Color #25041B Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #25041B

Tints of Blackberry #25041B

Color information

#25041B (or 0x25041B) is unknown color: approx Blackberry. HEX triplet: 25, 04 and 1B. RGB value is (37,4,27). Sum of RGB (Red+Green+Blue) = 37+4+27=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25041B is #DAFBE4. Grayscale: #101010. Windows color (decimal): -14351333 or 1770533. OLE color: 1770533.

HSL color Cylindrical-coordinate representation of color #25041B: hue angle of 318.18º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25041B is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB37427-
CMYK00.890.270.85
HSL318.18º80.49%8.04%-
HSV(B)318.18º89.19%14.51%-
XYZ10.561.09-
YUV16.49133.93142.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 4 (1.95% from 255) = 5.88%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=54.41%
G=5.88%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3742700.890.270.85318.1880.498.04
Hex2541B0591B5513e508
Octal4543301313312547612010
Binary100101100110110101100111011101010110011111010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25041B; }

 p { color: rgb(37,4,27); }

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

<style>
 a { background-color: #25041B; }

 a { background-color: rgb(37,4,27); }

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

<style>
 span { border-color: #25041B; }

 span { border-color: rgb(37,4,27); }

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