#301924

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

Shades of Blackberry #301924

Tints of Blackberry #301924

Color information

#301924 (or 0x301924) is unknown color: approx Blackberry. HEX triplet: 30, 19 and 24. RGB value is (48,25,36). Sum of RGB (Red+Green+Blue) = 48+25+36=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301924 is #CFE6DB. Grayscale: #212121. Windows color (decimal): -13625052 or 2365744. OLE color: 2365744.

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

Color convert

RGB482536-
CMYK00.480.250.81
HSL331.3º31.51%14.31%-
HSV(B)331.3º47.92%18.82%-
XYZ1.881.451.85-
YUV33.13129.62138.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=44.04%
G=22.94%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48253600.480.250.81331.331.5114.31
Hex301924030195114b20e
Octal603144060311215134016
Binary1100001100110010001100001100110100011010010111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301924; }

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

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

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

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

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

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

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

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