#300D27

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

Shades of Blackberry #300D27

Tints of Blackberry #300D27

Color information

#300D27 (or 0x300D27) is unknown color: approx Blackberry. HEX triplet: 30, 0D and 27. RGB value is (48,13,39). Sum of RGB (Red+Green+Blue) = 48+13+39=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #300D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D27 is #CFF2D8. Grayscale: #1A1A1A. Windows color (decimal): -13628121 or 2559280. OLE color: 2559280.

HSL color Cylindrical-coordinate representation of color #300D27: hue angle of 315.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D27 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB481339-
CMYK00.730.190.81
HSL315.43º57.38%11.96%-
HSV(B)315.43º72.92%18.82%-
XYZ1.731.062.03-
YUV26.43135.1143.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 13 (5.47% from 255) = 13%
BLUE value IS 39 (15.62% from 255) = 39%
R=48%
G=13%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48133900.730.190.81315.4357.3811.96
Hex30D27049135113b39c
Octal6015470111231214737114
Binary1100001101100111010010011001110100011001110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D27; }

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

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

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

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

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

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

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

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