#25091B

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

Shades of Blackberry #25091B

Tints of Blackberry #25091B

Color information

#25091B (or 0x25091B) is unknown color: approx Blackberry. HEX triplet: 25, 09 and 1B. RGB value is (37,9,27). Sum of RGB (Red+Green+Blue) = 37+9+27=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091B is #DAF6E4. Grayscale: #131313. Windows color (decimal): -14350053 or 1771813. OLE color: 1771813.

HSL color Cylindrical-coordinate representation of color #25091B: hue angle of 321.43º 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 #25091B is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB37927-
CMYK00.760.270.85
HSL321.43º60.87%9.02%-
HSV(B)321.43º75.68%14.51%-
XYZ1.060.671.11-
YUV19.42132.28140.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=50.68%
G=12.33%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3792700.760.270.85321.4360.879.02
Hex2591B04C1B551413d9
Octal4511330114331255017511
Binary100101100111011010011001101110101011010000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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