#301521

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

Shades of Blackberry #301521

Tints of Blackberry #301521

Color information

#301521 (or 0x301521) is unknown color: approx Blackberry. HEX triplet: 30, 15 and 21. RGB value is (48,21,33). Sum of RGB (Red+Green+Blue) = 48+21+33=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301521 is #CFEADE. Grayscale: #1E1E1E. Windows color (decimal): -13626079 or 2168112. OLE color: 2168112.

HSL color Cylindrical-coordinate representation of color #301521: hue angle of 333.33º 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 #301521 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB482133-
CMYK00.560.310.81
HSL333.33º39.13%13.53%-
HSV(B)333.33º56.25%18.82%-
XYZ1.761.271.59-
YUV30.44129.45140.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=47.06%
G=20.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48213300.560.310.81333.3339.1313.53
Hex3015210381F5114d27e
Octal602541070371215154716
Binary1100001010110000101110001111110100011010011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301521; }

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

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

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

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

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

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

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

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