#301323

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

Shades of Blackberry #301323

Tints of Blackberry #301323

Color information

#301323 (or 0x301323) is unknown color: approx Blackberry. HEX triplet: 30, 13 and 23. RGB value is (48,19,35). Sum of RGB (Red+Green+Blue) = 48+19+35=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301323 is #CFECDC. Grayscale: #1D1D1D. Windows color (decimal): -13626589 or 2298672. OLE color: 2298672.

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

Color convert

RGB481935-
CMYK00.600.270.81
HSL326.9º43.28%13.14%-
HSV(B)326.9º60.42%18.82%-
XYZ1.761.221.73-
YUV29.49131.11141.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 35 (14.06% from 255) = 34.31%
R=47.06%
G=18.63%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48193500.600.270.81326.943.2813.14
Hex30132303C1B511472bd
Octal602343074331215075315
Binary1100001001110001101111001101110100011010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301323; }

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

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

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

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

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

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

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

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