#25101C

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

Shades of Blackberry #25101C

Tints of Blackberry #25101C

Color information

#25101C (or 0x25101C) is unknown color: approx Blackberry. HEX triplet: 25, 10 and 1C. RGB value is (37,16,28). Sum of RGB (Red+Green+Blue) = 37+16+28=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #25101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25101C is #DAEFE3. Grayscale: #171717. Windows color (decimal): -14348260 or 1839141. OLE color: 1839141.

HSL color Cylindrical-coordinate representation of color #25101C: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25101C is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB371628-
CMYK00.570.240.85
HSL325.71º39.62%10.39%-
HSV(B)325.71º56.76%14.51%-
XYZ1.160.851.2-
YUV23.65130.46137.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=45.68%
G=19.75%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37162800.570.240.85325.7139.6210.39
Hex25101C039185514628a
Octal452034071301255065012
Binary100101100001110001110011100010101011010001101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25101C; }

 p { color: rgb(37,16,28); }

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

<style>
 a { background-color: #25101C; }

 a { background-color: rgb(37,16,28); }

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

<style>
 span { border-color: #25101C; }

 span { border-color: rgb(37,16,28); }

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