#301C27

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

Shades of Blackberry #301C27

Tints of Blackberry #301C27

Color information

#301C27 (or 0x301C27) is unknown color: approx Blackberry. HEX triplet: 30, 1C and 27. RGB value is (48,28,39). Sum of RGB (Red+Green+Blue) = 48+28+39=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #301C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C27 is #CFE3D8. Grayscale: #232323. Windows color (decimal): -13624281 or 2563120. OLE color: 2563120.

HSL color Cylindrical-coordinate representation of color #301C27: hue angle of 327º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C27 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB482839-
CMYK00.420.190.81
HSL327º26.32%14.9%-
HSV(B)327º41.67%18.82%-
XYZ21.612.12-
YUV35.23130.13137.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=41.74%
G=24.35%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48283900.420.190.8132726.3214.9
Hex301C2702A13511471af
Octal603447052231215073217
Binary110000111001001110101010100111010001101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C27; }

 p { color: rgb(48,28,39); }

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

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

 a { background-color: rgb(48,28,39); }

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

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

 span { border-color: rgb(48,28,39); }

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