#30071A

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

Shades of Blackberry #30071A

Tints of Blackberry #30071A

Color information

#30071A (or 0x30071A) is unknown color: approx Blackberry. HEX triplet: 30, 07 and 1A. RGB value is (48,7,26). Sum of RGB (Red+Green+Blue) = 48+7+26=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30071A is #CFF8E5. Grayscale: #151515. Windows color (decimal): -13629670 or 1705776. OLE color: 1705776.

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

Color convert

RGB48726-
CMYK00.850.460.81
HSL332.2º74.55%10.78%-
HSV(B)332.2º85.42%18.82%-
XYZ1.480.851.06-
YUV21.42130.58146.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=59.26%
G=8.64%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4872600.850.460.81332.274.5510.78
Hex3071A0552E5114c4bb
Octal6073201255612151411313
Binary1100001111101001010101101110101000110100110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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