#301224

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

Shades of Blackberry #301224

Tints of Blackberry #301224

Color information

#301224 (or 0x301224) is unknown color: approx Blackberry. HEX triplet: 30, 12 and 24. RGB value is (48,18,36). Sum of RGB (Red+Green+Blue) = 48+18+36=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301224 is #CFEDDB. Grayscale: #1C1C1C. Windows color (decimal): -13626844 or 2363952. OLE color: 2363952.

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

Color convert

RGB481836-
CMYK00.630.250.81
HSL324º45.45%12.94%-
HSV(B)324º62.5%18.82%-
XYZ1.751.191.81-
YUV29.02131.94141.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=47.06%
G=17.65%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183600.630.250.8132445.4512.94
Hex30122403F19511442dd
Octal602244077311215045515
Binary1100001001010010001111111100110100011010001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301224; }

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

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

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

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

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

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

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

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