#30031A

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

Shades of Blackberry #30031A

Tints of Blackberry #30031A

Color information

#30031A (or 0x30031A) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 1A. RGB value is (48,3,26). Sum of RGB (Red+Green+Blue) = 48+3+26=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30031A is #CFFCE5. Grayscale: #131313. Windows color (decimal): -13630694 or 1704752. OLE color: 1704752.

HSL color Cylindrical-coordinate representation of color #30031A: hue angle of 329.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30031A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB48326-
CMYK00.940.460.81
HSL329.33º88.24%10%-
HSV(B)329.33º93.75%18.82%-
XYZ1.440.771.05-
YUV19.08131.91148.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=62.34%
G=3.90%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832600.940.460.81329.3388.2410
Hex3031A05E2E5114958a
Octal6033201365612151113012
Binary110000111101001011110101110101000110100100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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