#301426

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

Shades of Blackberry #301426

Tints of Blackberry #301426

Color information

#301426 (or 0x301426) is unknown color: approx Blackberry. HEX triplet: 30, 14 and 26. RGB value is (48,20,38). Sum of RGB (Red+Green+Blue) = 48+20+38=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301426 is #CFEBD9. Grayscale: #1E1E1E. Windows color (decimal): -13626330 or 2495536. OLE color: 2495536.

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

Color convert

RGB482038-
CMYK00.580.210.81
HSL321.43º41.18%13.33%-
HSV(B)321.43º58.33%18.82%-
XYZ1.821.271.98-
YUV30.42132.28140.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=45.28%
G=18.87%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48203800.580.210.81321.4341.1813.33
Hex30142603A155114129d
Octal602446072251215015115
Binary1100001010010011001110101010110100011010000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301426; }

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

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

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

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

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

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

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

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