#25031A

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

Shades of Blackberry #25031A

Tints of Blackberry #25031A

Color information

#25031A (or 0x25031A) is unknown color: approx Blackberry. HEX triplet: 25, 03 and 1A. RGB value is (37,3,26). Sum of RGB (Red+Green+Blue) = 37+3+26=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25031A is #DAFCE5. Grayscale: #0F0F0F. Windows color (decimal): -14351590 or 1704741. OLE color: 1704741.

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

Color convert

RGB37326-
CMYK00.920.300.85
HSL319.41º85%7.84%-
HSV(B)319.41º91.89%14.51%-
XYZ0.980.531.03-
YUV15.79133.76143.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=56.06%
G=4.55%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732600.920.300.85319.41857.84
Hex2531A05C1E5513f558
Octal4533201343612547712510
Binary10010111110100101110011110101010110011111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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