#301524

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

Shades of Blackberry #301524

Tints of Blackberry #301524

Color information

#301524 (or 0x301524) is unknown color: approx Blackberry. HEX triplet: 30, 15 and 24. RGB value is (48,21,36). Sum of RGB (Red+Green+Blue) = 48+21+36=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301524 is #CFEADB. Grayscale: #1E1E1E. Windows color (decimal): -13626076 or 2364720. OLE color: 2364720.

HSL color Cylindrical-coordinate representation of color #301524: hue angle of 326.67º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301524 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB482136-
CMYK00.560.250.81
HSL326.67º39.13%13.53%-
HSV(B)326.67º56.25%18.82%-
XYZ1.811.291.82-
YUV30.78130.95140.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=45.71%
G=20%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48213600.560.250.81326.6739.1313.53
Hex301524038195114727e
Octal602544070311215074716
Binary1100001010110010001110001100110100011010001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301524; }

 p { color: rgb(48,21,36); }

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

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

 a { background-color: rgb(48,21,36); }

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

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

 span { border-color: rgb(48,21,36); }

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