#30081B

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

Shades of Blackberry #30081B

Tints of Blackberry #30081B

Color information

#30081B (or 0x30081B) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 1B. RGB value is (48,8,27). Sum of RGB (Red+Green+Blue) = 48+8+27=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30081B is #CFF7E4. Grayscale: #161616. Windows color (decimal): -13629413 or 1771568. OLE color: 1771568.

HSL color Cylindrical-coordinate representation of color #30081B: hue angle of 331.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30081B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB48827-
CMYK00.830.440.81
HSL331.5º71.43%10.98%-
HSV(B)331.5º83.33%18.82%-
XYZ1.50.881.13-
YUV22.13130.75146.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=57.83%
G=9.64%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4882700.830.440.81331.571.4310.98
Hex3081B0532C5114c47b
Octal60103301235412151410713
Binary11000010001101101010011101100101000110100110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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