#300E22

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

Shades of Blackberry #300E22

Tints of Blackberry #300E22

Color information

#300E22 (or 0x300E22) is unknown color: approx Blackberry. HEX triplet: 30, 0E and 22. RGB value is (48,14,34). Sum of RGB (Red+Green+Blue) = 48+14+34=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #300E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E22 is #CFF1DD. Grayscale: #1A1A1A. Windows color (decimal): -13627870 or 2231856. OLE color: 2231856.

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

Color convert

RGB481434-
CMYK00.710.290.81
HSL324.71º54.84%12.16%-
HSV(B)324.71º70.83%18.82%-
XYZ1.661.061.63-
YUV26.45132.26143.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=50%
G=14.58%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48143400.710.290.81324.7154.8412.16
Hex30E220471D5114537c
Octal6016420107351215056714
Binary1100001110100010010001111110110100011010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,14,34); }

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

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

 a { background-color: rgb(48,14,34); }

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

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

 span { border-color: rgb(48,14,34); }

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