#300E23

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

Shades of Blackberry #300E23

Tints of Blackberry #300E23

Color information

#300E23 (or 0x300E23) is unknown color: approx Blackberry. HEX triplet: 30, 0E and 23. RGB value is (48,14,35). Sum of RGB (Red+Green+Blue) = 48+14+35=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #300E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E23 is #CFF1DC. Grayscale: #1A1A1A. Windows color (decimal): -13627869 or 2297392. OLE color: 2297392.

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

Color convert

RGB481435-
CMYK00.710.270.81
HSL322.94º54.84%12.16%-
HSV(B)322.94º70.83%18.82%-
XYZ1.681.061.71-
YUV26.56132.76143.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=49.48%
G=14.43%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48143500.710.270.81322.9454.8412.16
Hex30E230471B5114337c
Octal6016430107331215036714
Binary1100001110100011010001111101110100011010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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