#300317

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

Shades of Blackberry #300317

Tints of Blackberry #300317

Color information

#300317 (or 0x300317) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 17. RGB value is (48,3,23). Sum of RGB (Red+Green+Blue) = 48+3+23=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300317 is #CFFCE8. Grayscale: #121212. Windows color (decimal): -13630697 or 1508144. OLE color: 1508144.

HSL color Cylindrical-coordinate representation of color #300317: hue angle of 333.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 #300317 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB48323-
CMYK00.940.520.81
HSL333.33º88.24%10%-
HSV(B)333.33º93.75%18.82%-
XYZ1.410.760.88-
YUV18.74130.41148.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=64.86%
G=4.05%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832300.940.520.81333.3388.2410
Hex3031705E345114d58a
Octal6032701366412151513012
Binary110000111011101011110110100101000110100110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300317; }

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

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

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

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

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

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

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

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