#301526

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

Shades of Blackberry #301526

Tints of Blackberry #301526

Color information

#301526 (or 0x301526) is unknown color: approx Blackberry. HEX triplet: 30, 15 and 26. RGB value is (48,21,38). Sum of RGB (Red+Green+Blue) = 48+21+38=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301526 is #CFEAD9. Grayscale: #1E1E1E. Windows color (decimal): -13626074 or 2495792. OLE color: 2495792.

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

Color convert

RGB482138-
CMYK00.560.210.81
HSL322.22º39.13%13.53%-
HSV(B)322.22º56.25%18.82%-
XYZ1.841.31.99-
YUV31.01131.95140.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=44.86%
G=19.63%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48213800.560.210.81322.2239.1313.53
Hex301526038155114227e
Octal602546070251215024716
Binary1100001010110011001110001010110100011010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301526; }

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

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

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

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

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

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

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

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