#300619

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

Shades of Blackberry #300619

Tints of Blackberry #300619

Color information

#300619 (or 0x300619) is unknown color: approx Blackberry. HEX triplet: 30, 06 and 19. RGB value is (48,6,25). Sum of RGB (Red+Green+Blue) = 48+6+25=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300619 is #CFF9E6. Grayscale: #141414. Windows color (decimal): -13629927 or 1639984. OLE color: 1639984.

HSL color Cylindrical-coordinate representation of color #300619: hue angle of 332.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300619 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB48625-
CMYK00.870.480.81
HSL332.86º77.78%10.59%-
HSV(B)332.86º87.5%18.82%-
XYZ1.460.831-
YUV20.72130.41147.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=60.76%
G=7.59%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4862500.870.480.81332.8677.7810.59
Hex30619057305114d4eb
Octal6063101276012151511613
Binary1100001101100101010111110000101000110100110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300619; }

 p { color: rgb(48,6,25); }

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

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

 a { background-color: rgb(48,6,25); }

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

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

 span { border-color: rgb(48,6,25); }

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