#38162A

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

Shades of Blackberry #38162A

Tints of Blackberry #38162A

Color information

#38162A (or 0x38162A) is unknown color: approx Blackberry. HEX triplet: 38, 16 and 2A. RGB value is (56,22,42). Sum of RGB (Red+Green+Blue) = 56+22+42=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38162A is #C7E9D5. Grayscale: #222222. Windows color (decimal): -13101526 or 2758200. OLE color: 2758200.

HSL color Cylindrical-coordinate representation of color #38162A: hue angle of 324.71º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38162A is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB562242-
CMYK00.610.250.78
HSL324.71º43.59%15.29%-
HSV(B)324.71º60.71%21.96%-
XYZ2.341.582.37-
YUV34.45132.26143.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 42 (16.80% from 255) = 35%
R=46.67%
G=18.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56224200.610.250.78324.7143.5915.29
Hex38162A03D194E1452cf
Octal702652075311165055417
Binary1110001011010101001111011100110011101010001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38162A; }

 p { color: rgb(56,22,42); }

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

<style>
 a { background-color: #38162A; }

 a { background-color: rgb(56,22,42); }

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

<style>
 span { border-color: #38162A; }

 span { border-color: rgb(56,22,42); }

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