#25051B

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

Shades of Blackberry #25051B

Tints of Blackberry #25051B

Color information

#25051B (or 0x25051B) is unknown color: approx Blackberry. HEX triplet: 25, 05 and 1B. RGB value is (37,5,27). Sum of RGB (Red+Green+Blue) = 37+5+27=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051B is #DAFAE4. Grayscale: #111111. Windows color (decimal): -14351077 or 1770789. OLE color: 1770789.

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

Color convert

RGB37527-
CMYK00.860.270.85
HSL318.75º76.19%8.24%-
HSV(B)318.75º86.49%14.51%-
XYZ1.020.581.1-
YUV17.08133.6142.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 53.62%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=53.62%
G=7.25%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3752700.860.270.85318.7576.198.24
Hex2551B0561B5513f4c8
Octal4553301263312547711410
Binary100101101110110101011011011101010110011111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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