#38182A

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

Shades of Blackberry #38182A

Tints of Blackberry #38182A

Color information

#38182A (or 0x38182A) is unknown color: approx Blackberry. HEX triplet: 38, 18 and 2A. RGB value is (56,24,42). Sum of RGB (Red+Green+Blue) = 56+24+42=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38182A is #C7E7D5. Grayscale: #232323. Windows color (decimal): -13101014 or 2758712. OLE color: 2758712.

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

Color convert

RGB562442-
CMYK00.570.250.78
HSL326.25º40%15.69%-
HSV(B)326.25º57.14%21.96%-
XYZ2.381.662.39-
YUV35.62131.6142.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=45.90%
G=19.67%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56244200.570.250.78326.254015.69
Hex38182A039194E1462810
Octal703052071311165065020
Binary11100011000101010011100111001100111010100011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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