#30051A

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

Shades of Blackberry #30051A

Tints of Blackberry #30051A

Color information

#30051A (or 0x30051A) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 1A. RGB value is (48,5,26). Sum of RGB (Red+Green+Blue) = 48+5+26=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051A is #CFFAE5. Grayscale: #141414. Windows color (decimal): -13630182 or 1705264. OLE color: 1705264.

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

Color convert

RGB48526-
CMYK00.900.460.81
HSL330.7º81.13%10.39%-
HSV(B)330.7º89.58%18.82%-
XYZ1.460.811.06-
YUV20.25131.25147.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=60.76%
G=6.33%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4852600.900.460.81330.781.1310.39
Hex3051A05A2E5114b51a
Octal6053201325612151312112
Binary1100001011101001011010101110101000110100101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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