#301724

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

Shades of Blackberry #301724

Tints of Blackberry #301724

Color information

#301724 (or 0x301724) is unknown color: approx Blackberry. HEX triplet: 30, 17 and 24. RGB value is (48,23,36). Sum of RGB (Red+Green+Blue) = 48+23+36=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301724 is #CFE8DB. Grayscale: #1F1F1F. Windows color (decimal): -13625564 or 2365232. OLE color: 2365232.

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

Color convert

RGB482336-
CMYK00.520.250.81
HSL328.8º35.21%13.92%-
HSV(B)328.8º52.08%18.82%-
XYZ1.841.371.84-
YUV31.96130.28139.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=44.86%
G=21.50%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48233600.520.250.81328.835.2113.92
Hex301724034195114923e
Octal602744064311215114316
Binary1100001011110010001101001100110100011010010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301724; }

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

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

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

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

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

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

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

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