#301A25

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

Shades of Blackberry #301A25

Tints of Blackberry #301A25

Color information

#301A25 (or 0x301A25) is unknown color: approx Blackberry. HEX triplet: 30, 1A and 25. RGB value is (48,26,37). Sum of RGB (Red+Green+Blue) = 48+26+37=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A25 is #CFE5DA. Grayscale: #212121. Windows color (decimal): -13624795 or 2431536. OLE color: 2431536.

HSL color Cylindrical-coordinate representation of color #301A25: hue angle of 330º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A25 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB482637-
CMYK00.460.230.81
HSL330º29.73%14.51%-
HSV(B)330º45.83%18.82%-
XYZ1.921.51.94-
YUV33.83129.79138.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=43.24%
G=23.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48263700.460.230.8133029.7314.51
Hex301A2502E175114a1ef
Octal603245056271215123617
Binary110000110101001010101110101111010001101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A25; }

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

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

<style>
 a { background-color: #301A25; }

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

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

<style>
 span { border-color: #301A25; }

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

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