#300017

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

Shades of Blackberry #300017

Tints of Blackberry #300017

Color information

#300017 (or 0x300017) is unknown color: approx Blackberry. HEX triplet: 30, 00 and 17. RGB value is (48,0,23). Sum of RGB (Red+Green+Blue) = 48+0+23=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300017 is #CFFFE8. Grayscale: #101010. Windows color (decimal): -13631465 or 1507376. OLE color: 1507376.

HSL color Cylindrical-coordinate representation of color #300017: hue angle of 331.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300017 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB48023-
CMYK010.520.81
HSL331.25º100%9.41%-
HSV(B)331.25º100%18.82%-
XYZ1.370.690.87-
YUV16.97131.4150.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=67.61%
G=0%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48023010.520.81331.251009.41
Hex30017064345114b649
Octal6002701446412151314411
Binary11000001011101100100110100101000110100101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300017; }

 p { color: rgb(48,0,23); }

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

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

 a { background-color: rgb(48,0,23); }

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

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

 span { border-color: rgb(48,0,23); }

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