#301326

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

Shades of Blackberry #301326

Tints of Blackberry #301326

Color information

#301326 (or 0x301326) is unknown color: approx Blackberry. HEX triplet: 30, 13 and 26. RGB value is (48,19,38). Sum of RGB (Red+Green+Blue) = 48+19+38=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301326 is #CFECD9. Grayscale: #1D1D1D. Windows color (decimal): -13626586 or 2495280. OLE color: 2495280.

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

Color convert

RGB481938-
CMYK00.600.210.81
HSL320.69º43.28%13.14%-
HSV(B)320.69º60.42%18.82%-
XYZ1.81.231.98-
YUV29.84132.61140.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=45.71%
G=18.10%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48193800.600.210.81320.6943.2813.14
Hex30132603C15511412bd
Octal602346074251215015315
Binary1100001001110011001111001010110100011010000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301326; }

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

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

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

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

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

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

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

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