#25091A

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

Shades of Blackberry #25091A

Tints of Blackberry #25091A

Color information

#25091A (or 0x25091A) is unknown color: approx Blackberry. HEX triplet: 25, 09 and 1A. RGB value is (37,9,26). Sum of RGB (Red+Green+Blue) = 37+9+26=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #25091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091A is #DAF6E5. Grayscale: #131313. Windows color (decimal): -14350054 or 1706277. OLE color: 1706277.

HSL color Cylindrical-coordinate representation of color #25091A: hue angle of 323.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25091A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB37926-
CMYK00.760.300.85
HSL323.57º60.87%9.02%-
HSV(B)323.57º75.68%14.51%-
XYZ1.050.661.05-
YUV19.31131.78140.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 51.39%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=51.39%
G=12.5%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3792600.760.300.85323.5760.879.02
Hex2591A04C1E551443d9
Octal4511320114361255047511
Binary100101100111010010011001111010101011010001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25091A; }

 p { color: rgb(37,9,26); }

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

<style>
 a { background-color: #25091A; }

 a { background-color: rgb(37,9,26); }

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

<style>
 span { border-color: #25091A; }

 span { border-color: rgb(37,9,26); }

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