#300117

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

Shades of Blackberry #300117

Tints of Blackberry #300117

Color information

#300117 (or 0x300117) is unknown color: approx Blackberry. HEX triplet: 30, 01 and 17. RGB value is (48,1,23). Sum of RGB (Red+Green+Blue) = 48+1+23=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300117 is #CFFEE8. Grayscale: #111111. Windows color (decimal): -13631209 or 1507632. OLE color: 1507632.

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

Color convert

RGB48123-
CMYK00.980.520.81
HSL331.91º95.92%9.61%-
HSV(B)331.91º97.92%18.82%-
XYZ1.380.710.88-
YUV17.56131.07149.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=66.67%
G=1.39%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812300.980.520.81331.9195.929.61
Hex30117062345114c60a
Octal6012701426412151414012
Binary11000011011101100010110100101000110100110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300117; }

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

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

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

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

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

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

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

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