#300523

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

Shades of Blackberry #300523

Tints of Blackberry #300523

Color information

#300523 (or 0x300523) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 23. RGB value is (48,5,35). Sum of RGB (Red+Green+Blue) = 48+5+35=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300523 is #CFFADC. Grayscale: #151515. Windows color (decimal): -13630173 or 2295088. OLE color: 2295088.

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

Color convert

RGB48535-
CMYK00.900.270.81
HSL318.14º81.13%10.39%-
HSV(B)318.14º89.58%18.82%-
XYZ1.580.861.67-
YUV21.28135.75147.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 35 (14.06% from 255) = 39.77%
R=54.55%
G=5.68%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4853500.900.270.81318.1481.1310.39
Hex3052305A1B5113e51a
Octal6054301323312147612112
Binary1100001011000110101101011011101000110011111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300523; }

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

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

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

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

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

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

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

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