#300018

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

Shades of Blackberry #300018

Tints of Blackberry #300018

Color information

#300018 (or 0x300018) is unknown color: approx Blackberry. HEX triplet: 30, 00 and 18. RGB value is (48,0,24). Sum of RGB (Red+Green+Blue) = 48+0+24=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300018 is #CFFFE7. Grayscale: #111111. Windows color (decimal): -13631464 or 1572912. OLE color: 1572912.

HSL color Cylindrical-coordinate representation of color #300018: hue angle of 330º 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 #300018 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB48024-
CMYK010.50.81
HSL330º100%9.41%-
HSV(B)330º100%18.82%-
XYZ1.380.690.93-
YUV17.09131.9150.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48024010.50.813301009.41
Hex30018064325114a649
Octal6003001446212151214411
Binary11000001100001100100110010101000110100101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300018; }

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

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

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

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

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

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

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

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