#38172A

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

Shades of Blackberry #38172A

Tints of Blackberry #38172A

Color information

#38172A (or 0x38172A) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 2A. RGB value is (56,23,42). Sum of RGB (Red+Green+Blue) = 56+23+42=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38172A is #C7E8D5. Grayscale: #222222. Windows color (decimal): -13101270 or 2758456. OLE color: 2758456.

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

Color convert

RGB562342-
CMYK00.590.250.78
HSL325.45º41.77%15.49%-
HSV(B)325.45º58.93%21.96%-
XYZ2.361.622.38-
YUV35.03131.93142.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=46.28%
G=19.01%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56234200.590.250.78325.4541.7715.49
Hex38172A03B194E1452af
Octal702752073311165055217
Binary1110001011110101001110111100110011101010001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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