#38152E

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

Shades of Blackberry #38152E

Tints of Blackberry #38152E

Color information

#38152E (or 0x38152E) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 2E. RGB value is (56,21,46). Sum of RGB (Red+Green+Blue) = 56+21+46=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152E is #C7EAD1. Grayscale: #222222. Windows color (decimal): -13101778 or 3020088. OLE color: 3020088.

HSL color Cylindrical-coordinate representation of color #38152E: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152E is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB562146-
CMYK00.630.180.78
HSL317.14º45.45%15.1%-
HSV(B)317.14º62.5%21.96%-
XYZ2.391.572.76-
YUV34.32134.6143.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=45.53%
G=17.07%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56214600.630.180.78317.1445.4515.1
Hex38152E03F124E13d2df
Octal702556077221164755517
Binary1110001010110111001111111001010011101001111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38152E; }

 p { color: rgb(56,21,46); }

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

<style>
 a { background-color: #38152E; }

 a { background-color: rgb(56,21,46); }

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

<style>
 span { border-color: #38152E; }

 span { border-color: rgb(56,21,46); }

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