#301126

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

Shades of Blackberry #301126

Tints of Blackberry #301126

Color information

#301126 (or 0x301126) is unknown color: approx Blackberry. HEX triplet: 30, 11 and 26. RGB value is (48,17,38). Sum of RGB (Red+Green+Blue) = 48+17+38=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301126 is #CFEED9. Grayscale: #1C1C1C. Windows color (decimal): -13627098 or 2494768. OLE color: 2494768.

HSL color Cylindrical-coordinate representation of color #301126: hue angle of 319.35º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301126 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB481738-
CMYK00.650.210.81
HSL319.35º47.69%12.75%-
HSV(B)319.35º64.58%18.82%-
XYZ1.771.171.97-
YUV28.66133.27141.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=46.60%
G=16.50%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48173800.650.210.81319.3547.6912.75
Hex301126041155113f30d
Octal6021460101251214776015
Binary11000010001100110010000011010110100011001111111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301126; }

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

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

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

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

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

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

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

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