#30051B

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

Shades of Blackberry #30051B

Tints of Blackberry #30051B

Color information

#30051B (or 0x30051B) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 1B. RGB value is (48,5,27). Sum of RGB (Red+Green+Blue) = 48+5+27=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051B is #CFFAE4. Grayscale: #141414. Windows color (decimal): -13630181 or 1770800. OLE color: 1770800.

HSL color Cylindrical-coordinate representation of color #30051B: hue angle of 329.3º 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 #30051B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB48527-
CMYK00.900.440.81
HSL329.3º81.13%10.39%-
HSV(B)329.3º89.58%18.82%-
XYZ1.470.821.12-
YUV20.36131.75147.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=60%
G=6.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4852700.900.440.81329.381.1310.39
Hex3051B05A2C5114951a
Octal6053301325412151112112
Binary1100001011101101011010101100101000110100100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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