#25071A

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

Shades of Blackberry #25071A

Tints of Blackberry #25071A

Color information

#25071A (or 0x25071A) is unknown color: approx Blackberry. HEX triplet: 25, 07 and 1A. RGB value is (37,7,26). Sum of RGB (Red+Green+Blue) = 37+7+26=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071A is #DAF8E5. Grayscale: #121212. Windows color (decimal): -14350566 or 1705765. OLE color: 1705765.

HSL color Cylindrical-coordinate representation of color #25071A: hue angle of 322º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25071A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB37726-
CMYK00.810.300.85
HSL322º68.18%8.63%-
HSV(B)322º81.08%14.51%-
XYZ1.030.621.04-
YUV18.14132.44141.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.86%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=52.86%
G=10%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3772600.810.300.8532268.188.63
Hex2571A0511E55142449
Octal4573201213612550210411
Binary100101111110100101000111110101010110100001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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