#301A26

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

Shades of Blackberry #301A26

Tints of Blackberry #301A26

Color information

#301A26 (or 0x301A26) is unknown color: approx Blackberry. HEX triplet: 30, 1A and 26. RGB value is (48,26,38). Sum of RGB (Red+Green+Blue) = 48+26+38=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A26 is #CFE5D9. Grayscale: #212121. Windows color (decimal): -13624794 or 2497072. OLE color: 2497072.

HSL color Cylindrical-coordinate representation of color #301A26: hue angle of 327.27º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A26 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB482638-
CMYK00.460.210.81
HSL327.27º29.73%14.51%-
HSV(B)327.27º45.83%18.82%-
XYZ1.941.512.02-
YUV33.95130.29138.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=42.86%
G=23.21%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48263800.460.210.81327.2729.7314.51
Hex301A2602E15511471ef
Octal603246056251215073617
Binary110000110101001100101110101011010001101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A26; }

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

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

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

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

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

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

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

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