#301B27

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

Shades of Blackberry #301B27

Tints of Blackberry #301B27

Color information

#301B27 (or 0x301B27) is unknown color: approx Blackberry. HEX triplet: 30, 1B and 27. RGB value is (48,27,39). Sum of RGB (Red+Green+Blue) = 48+27+39=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B27 is #CFE4D8. Grayscale: #222222. Windows color (decimal): -13624537 or 2562864. OLE color: 2562864.

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

Color convert

RGB482739-
CMYK00.440.190.81
HSL325.71º28%14.71%-
HSV(B)325.71º43.75%18.82%-
XYZ1.981.562.12-
YUV34.65130.46137.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=42.11%
G=23.68%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48273900.440.190.81325.712814.71
Hex301B2702C13511461cf
Octal603347054231215063417
Binary110000110111001110101100100111010001101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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