#25001B

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

Shades of Blackberry #25001B

Tints of Blackberry #25001B

Color information

#25001B (or 0x25001B) is unknown color: approx Blackberry. HEX triplet: 25, 00 and 1B. RGB value is (37,0,27). Sum of RGB (Red+Green+Blue) = 37+0+27=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #25001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25001B is #DAFFE4. Grayscale: #0E0E0E. Windows color (decimal): -14352357 or 1769509. OLE color: 1769509.

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

Color convert

RGB37027-
CMYK010.270.85
HSL316.22º100%7.25%-
HSV(B)316.22º100%14.51%-
XYZ0.960.471.08-
YUV14.14135.26144.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 57.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 42.19%
R=57.81%
G=0%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37027010.270.85316.221007.25
Hex2501B0641B5513c647
Octal450330144331254741447
Binary100101011011011001001101110101011001111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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