#38182B

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

Shades of Blackberry #38182B

Tints of Blackberry #38182B

Color information

#38182B (or 0x38182B) is unknown color: approx Blackberry. HEX triplet: 38, 18 and 2B. RGB value is (56,24,43). Sum of RGB (Red+Green+Blue) = 56+24+43=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38182B is #C7E7D4. Grayscale: #232323. Windows color (decimal): -13101013 or 2824248. OLE color: 2824248.

HSL color Cylindrical-coordinate representation of color #38182B: hue angle of 324.38º 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 #38182B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB562443-
CMYK00.570.230.78
HSL324.38º40%15.69%-
HSV(B)324.38º57.14%21.96%-
XYZ2.391.672.48-
YUV35.73132.1142.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=45.53%
G=19.51%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56244300.570.230.78324.384015.69
Hex38182B039174E1442810
Octal703053071271165045020
Binary11100011000101011011100110111100111010100010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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