#300C1F

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

Shades of Blackberry #300C1F

Tints of Blackberry #300C1F

Color information

#300C1F (or 0x300C1F) is unknown color: approx Blackberry. HEX triplet: 30, 0C and 1F. RGB value is (48,12,31). Sum of RGB (Red+Green+Blue) = 48+12+31=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C1F is #CFF3E0. Grayscale: #181818. Windows color (decimal): -13628385 or 2034736. OLE color: 2034736.

HSL color Cylindrical-coordinate representation of color #300C1F: hue angle of 328.33º 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 #300C1F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB481231-
CMYK00.750.350.81
HSL328.33º60%11.76%-
HSV(B)328.33º75%18.82%-
XYZ1.60.991.4-
YUV24.93131.43144.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 12 (5.08% from 255) = 13.19%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=52.75%
G=13.19%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48123100.750.350.81328.336011.76
Hex30C1F04B23511483cc
Octal6014370113431215107414
Binary1100001100111110100101110001110100011010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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