#25101A

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

Shades of Blackberry #25101A

Tints of Blackberry #25101A

Color information

#25101A (or 0x25101A) is unknown color: approx Blackberry. HEX triplet: 25, 10 and 1A. RGB value is (37,16,26). Sum of RGB (Red+Green+Blue) = 37+16+26=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #25101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25101A is #DAEFE5. Grayscale: #171717. Windows color (decimal): -14348262 or 1708069. OLE color: 1708069.

HSL color Cylindrical-coordinate representation of color #25101A: hue angle of 331.43º 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 #25101A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB371626-
CMYK00.570.300.85
HSL331.43º39.62%10.39%-
HSV(B)331.43º56.76%14.51%-
XYZ1.130.841.08-
YUV23.42129.46137.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=46.84%
G=20.25%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37162600.570.300.85331.4339.6210.39
Hex25101A0391E5514b28a
Octal452032071361255135012
Binary100101100001101001110011111010101011010010111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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