#301226

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

Shades of Blackberry #301226

Tints of Blackberry #301226

Color information

#301226 (or 0x301226) is unknown color: approx Blackberry. HEX triplet: 30, 12 and 26. RGB value is (48,18,38). Sum of RGB (Red+Green+Blue) = 48+18+38=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301226 is #CFEDD9. Grayscale: #1D1D1D. Windows color (decimal): -13626842 or 2495024. OLE color: 2495024.

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

Color convert

RGB481838-
CMYK00.630.210.81
HSL320º45.45%12.94%-
HSV(B)320º62.5%18.82%-
XYZ1.791.21.97-
YUV29.25132.94141.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=46.15%
G=17.31%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183800.630.210.8132045.4512.94
Hex30122603F15511402dd
Octal602246077251215005515
Binary1100001001010011001111111010110100011010000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301226; }

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

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

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

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

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

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

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

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