#38152D

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

Shades of Blackberry #38152D

Tints of Blackberry #38152D

Color information

#38152D (or 0x38152D) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 2D. RGB value is (56,21,45). Sum of RGB (Red+Green+Blue) = 56+21+45=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152D is #C7EAD2. Grayscale: #222222. Windows color (decimal): -13101779 or 2954552. OLE color: 2954552.

HSL color Cylindrical-coordinate representation of color #38152D: hue angle of 318.86º 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 #38152D is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB562145-
CMYK00.630.200.78
HSL318.86º45.45%15.1%-
HSV(B)318.86º62.5%21.96%-
XYZ2.371.572.66-
YUV34.2134.1143.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=45.90%
G=17.21%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56214500.630.200.78318.8645.4515.1
Hex38152D03F144E13f2df
Octal702555077241164775517
Binary1110001010110110101111111010010011101001111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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