#30081E

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

Shades of Blackberry #30081E

Tints of Blackberry #30081E

Color information

#30081E (or 0x30081E) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 1E. RGB value is (48,8,30). Sum of RGB (Red+Green+Blue) = 48+8+30=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30081E is #CFF7E1. Grayscale: #161616. Windows color (decimal): -13629410 or 1968176. OLE color: 1968176.

HSL color Cylindrical-coordinate representation of color #30081E: hue angle of 327º 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 #30081E is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB48830-
CMYK00.830.370.81
HSL327º71.43%10.98%-
HSV(B)327º83.33%18.82%-
XYZ1.540.91.32-
YUV22.47132.25146.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=55.81%
G=9.30%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4883000.830.370.8132771.4310.98
Hex3081E053255114747b
Octal60103601234512150710713
Binary11000010001111001010011100101101000110100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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