#301225

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

Shades of Blackberry #301225

Tints of Blackberry #301225

Color information

#301225 (or 0x301225) is unknown color: approx Blackberry. HEX triplet: 30, 12 and 25. RGB value is (48,18,37). Sum of RGB (Red+Green+Blue) = 48+18+37=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301225 is #CFEDDA. Grayscale: #1D1D1D. Windows color (decimal): -13626843 or 2429488. OLE color: 2429488.

HSL color Cylindrical-coordinate representation of color #301225: hue angle of 322º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301225 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB481837-
CMYK00.630.230.81
HSL322º45.45%12.94%-
HSV(B)322º62.5%18.82%-
XYZ1.771.191.89-
YUV29.14132.44141.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=46.60%
G=17.48%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183700.630.230.8132245.4512.94
Hex30122503F17511422dd
Octal602245077271215025515
Binary1100001001010010101111111011110100011010000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301225; }

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

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

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

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

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

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

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

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