#30071F

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

Shades of Blackberry #30071F

Tints of Blackberry #30071F

Color information

#30071F (or 0x30071F) is unknown color: approx Blackberry. HEX triplet: 30, 07 and 1F. RGB value is (48,7,31). Sum of RGB (Red+Green+Blue) = 48+7+31=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30071F is #CFF8E0. Grayscale: #151515. Windows color (decimal): -13629665 or 2033456. OLE color: 2033456.

HSL color Cylindrical-coordinate representation of color #30071F: hue angle of 324.88º 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 #30071F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB48731-
CMYK00.850.350.81
HSL324.88º74.55%10.78%-
HSV(B)324.88º85.42%18.82%-
XYZ1.540.881.38-
YUV21.99133.08146.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=55.81%
G=8.14%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4873100.850.350.81324.8874.5510.78
Hex3071F05523511454bb
Octal6073701254312150511313
Binary1100001111111101010101100011101000110100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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