#30051D

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

Shades of Blackberry #30051D

Tints of Blackberry #30051D

Color information

#30051D (or 0x30051D) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 1D. RGB value is (48,5,29). Sum of RGB (Red+Green+Blue) = 48+5+29=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051D is #CFFAE2. Grayscale: #141414. Windows color (decimal): -13630179 or 1901872. OLE color: 1901872.

HSL color Cylindrical-coordinate representation of color #30051D: hue angle of 326.51º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30051D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB48529-
CMYK00.900.400.81
HSL326.51º81.13%10.39%-
HSV(B)326.51º89.58%18.82%-
XYZ1.490.831.24-
YUV20.59132.75147.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=58.54%
G=6.10%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4852900.900.400.81326.5181.1310.39
Hex3051D05A285114751a
Octal6053501325012150712112
Binary1100001011110101011010101000101000110100011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30051D; }

 p { color: rgb(48,5,29); }

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

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

 a { background-color: rgb(48,5,29); }

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

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

 span { border-color: rgb(48,5,29); }

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