#30071C

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

Shades of Blackberry #30071C

Tints of Blackberry #30071C

Color information

#30071C (or 0x30071C) is unknown color: approx Blackberry. HEX triplet: 30, 07 and 1C. RGB value is (48,7,28). Sum of RGB (Red+Green+Blue) = 48+7+28=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30071C is #CFF8E3. Grayscale: #151515. Windows color (decimal): -13629668 or 1836848. OLE color: 1836848.

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

Color convert

RGB48728-
CMYK00.850.420.81
HSL329.27º74.55%10.78%-
HSV(B)329.27º85.42%18.82%-
XYZ1.50.861.19-
YUV21.65131.58146.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=57.83%
G=8.43%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4872800.850.420.81329.2774.5510.78
Hex3071C0552A511494bb
Octal6073401255212151111313
Binary1100001111110001010101101010101000110100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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