#300C1D

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

Shades of Blackberry #300C1D

Tints of Blackberry #300C1D

Color information

#300C1D (or 0x300C1D) is unknown color: approx Blackberry. HEX triplet: 30, 0C and 1D. RGB value is (48,12,29). Sum of RGB (Red+Green+Blue) = 48+12+29=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C1D is #CFF3E2. Grayscale: #181818. Windows color (decimal): -13628387 or 1903664. OLE color: 1903664.

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

Color convert

RGB481229-
CMYK00.750.400.81
HSL331.67º60%11.76%-
HSV(B)331.67º75%18.82%-
XYZ1.570.981.27-
YUV24.7130.43144.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=53.93%
G=13.48%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48122900.750.400.81331.676011.76
Hex30C1D04B285114c3cc
Octal6014350113501215147414
Binary1100001100111010100101110100010100011010011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,12,29); }

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

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

 a { background-color: rgb(48,12,29); }

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

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

 span { border-color: rgb(48,12,29); }

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