#301324

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

Shades of Blackberry #301324

Tints of Blackberry #301324

Color information

#301324 (or 0x301324) is unknown color: approx Blackberry. HEX triplet: 30, 13 and 24. RGB value is (48,19,36). Sum of RGB (Red+Green+Blue) = 48+19+36=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301324 is #CFECDB. Grayscale: #1D1D1D. Windows color (decimal): -13626588 or 2364208. OLE color: 2364208.

HSL color Cylindrical-coordinate representation of color #301324: hue angle of 324.83º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301324 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB481936-
CMYK00.600.250.81
HSL324.83º43.28%13.14%-
HSV(B)324.83º60.42%18.82%-
XYZ1.771.221.81-
YUV29.61131.61141.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=46.60%
G=18.45%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48193600.600.250.81324.8343.2813.14
Hex30132403C19511452bd
Octal602344074311215055315
Binary1100001001110010001111001100110100011010001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301324; }

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

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

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

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

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

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

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

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