#300623

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

Shades of Blackberry #300623

Tints of Blackberry #300623

Color information

#300623 (or 0x300623) is unknown color: approx Blackberry. HEX triplet: 30, 06 and 23. RGB value is (48,6,35). Sum of RGB (Red+Green+Blue) = 48+6+35=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300623 is #CFF9DC. Grayscale: #151515. Windows color (decimal): -13629917 or 2295344. OLE color: 2295344.

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

Color convert

RGB48635-
CMYK00.870.270.81
HSL318.57º77.78%10.59%-
HSV(B)318.57º87.5%18.82%-
XYZ1.590.881.68-
YUV21.86135.41146.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 35 (14.06% from 255) = 39.33%
R=53.93%
G=6.74%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4863500.870.270.81318.5777.7810.59
Hex306230571B5113f4eb
Octal6064301273312147711613
Binary1100001101000110101011111011101000110011111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300623; }

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

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

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

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

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

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

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

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