#25161D

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

Shades of Blackberry #25161D

Tints of Blackberry #25161D

Color information

#25161D (or 0x25161D) is unknown color: approx Blackberry. HEX triplet: 25, 16 and 1D. RGB value is (37,22,29). Sum of RGB (Red+Green+Blue) = 37+22+29=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #25161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161D is #DAE9E2. Grayscale: #1B1B1B. Windows color (decimal): -14346723 or 1906213. OLE color: 1906213.

HSL color Cylindrical-coordinate representation of color #25161D: hue angle of 332º 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 #25161D is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB372229-
CMYK00.410.220.85
HSL332º25.42%11.57%-
HSV(B)332º40.54%14.51%-
XYZ1.271.061.3-
YUV27.28128.97134.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=42.05%
G=25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37222900.410.220.8533225.4211.57
Hex25161D029165514c19c
Octal452635051261255143114
Binary10010110110111010101001101101010101101001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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