#381A2B

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

Shades of Blackberry #381A2B

Tints of Blackberry #381A2B

Color information

#381A2B (or 0x381A2B) is unknown color: approx Blackberry. HEX triplet: 38, 1A and 2B. RGB value is (56,26,43). Sum of RGB (Red+Green+Blue) = 56+26+43=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A2B is #C7E5D4. Grayscale: #242424. Windows color (decimal): -13100501 or 2824760. OLE color: 2824760.

HSL color Cylindrical-coordinate representation of color #381A2B: hue angle of 326º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381A2B is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB562643-
CMYK00.540.230.78
HSL326º36.59%16.08%-
HSV(B)326º53.57%21.96%-
XYZ2.441.752.5-
YUV36.91131.44141.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=44.8%
G=20.8%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56264300.540.230.7832636.5916.08
Hex381A2B036174E1462510
Octal703253066271165064520
Binary11100011010101011011011010111100111010100011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A2B; }

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

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

<style>
 a { background-color: #381A2B; }

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

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

<style>
 span { border-color: #381A2B; }

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

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