#25161E

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

Shades of Blackberry #25161E

Tints of Blackberry #25161E

Color information

#25161E (or 0x25161E) is unknown color: approx Blackberry. HEX triplet: 25, 16 and 1E. RGB value is (37,22,30). Sum of RGB (Red+Green+Blue) = 37+22+30=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #25161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161E is #DAE9E1. Grayscale: #1B1B1B. Windows color (decimal): -14346722 or 1971749. OLE color: 1971749.

HSL color Cylindrical-coordinate representation of color #25161E: hue angle of 328º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25161E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB372230-
CMYK00.410.190.85
HSL328º25.42%11.57%-
HSV(B)328º40.54%14.51%-
XYZ1.281.061.37-
YUV27.4129.47134.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=41.57%
G=24.72%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37223000.410.190.8532825.4211.57
Hex25161E029135514819c
Octal452636051231255103114
Binary10010110110111100101001100111010101101001000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25161E; }

 p { color: rgb(37,22,30); }

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

<style>
 a { background-color: #25161E; }

 a { background-color: rgb(37,22,30); }

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

<style>
 span { border-color: #25161E; }

 span { border-color: rgb(37,22,30); }

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