#301026

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

Shades of Blackberry #301026

Tints of Blackberry #301026

Color information

#301026 (or 0x301026) is unknown color: approx Blackberry. HEX triplet: 30, 10 and 26. RGB value is (48,16,38). Sum of RGB (Red+Green+Blue) = 48+16+38=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301026 is #CFEFD9. Grayscale: #1C1C1C. Windows color (decimal): -13627354 or 2494512. OLE color: 2494512.

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

Color convert

RGB481638-
CMYK00.670.210.81
HSL318.75º50%12.55%-
HSV(B)318.75º66.67%18.82%-
XYZ1.751.141.96-
YUV28.08133.6142.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 38 (15.23% from 255) = 37.25%
R=47.06%
G=15.69%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48163800.670.210.81318.755012.55
Hex301026043155113f32d
Octal6020460103251214776215
Binary11000010000100110010000111010110100011001111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301026; }

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

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

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

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

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

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

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

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