#301624

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

Shades of Blackberry #301624

Tints of Blackberry #301624

Color information

#301624 (or 0x301624) is unknown color: approx Blackberry. HEX triplet: 30, 16 and 24. RGB value is (48,22,36). Sum of RGB (Red+Green+Blue) = 48+22+36=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301624 is #CFE9DB. Grayscale: #1F1F1F. Windows color (decimal): -13625820 or 2364976. OLE color: 2364976.

HSL color Cylindrical-coordinate representation of color #301624: hue angle of 327.69º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301624 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB482236-
CMYK00.540.250.81
HSL327.69º37.14%13.73%-
HSV(B)327.69º54.17%18.82%-
XYZ1.821.331.83-
YUV31.37130.61139.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=45.28%
G=20.75%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48223600.540.250.81327.6937.1413.73
Hex301624036195114825e
Octal602644066311215104516
Binary1100001011010010001101101100110100011010010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301624; }

 p { color: rgb(48,22,36); }

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

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

 a { background-color: rgb(48,22,36); }

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

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

 span { border-color: rgb(48,22,36); }

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