#381B29

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

Shades of Blackberry #381B29

Tints of Blackberry #381B29

Color information

#381B29 (or 0x381B29) is unknown color: approx Blackberry. HEX triplet: 38, 1B and 29. RGB value is (56,27,41). Sum of RGB (Red+Green+Blue) = 56+27+41=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B29 is #C7E4D6. Grayscale: #252525. Windows color (decimal): -13100247 or 2693944. OLE color: 2693944.

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

Color convert

RGB562741-
CMYK00.520.270.78
HSL331.03º34.94%16.27%-
HSV(B)331.03º51.79%21.96%-
XYZ2.421.782.31-
YUV37.27130.11141.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=45.16%
G=21.77%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56274100.520.270.78331.0334.9416.27
Hex381B290341B4E14b2310
Octal703351064331165134320
Binary11100011011101001011010011011100111010100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,41); }

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

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

 a { background-color: rgb(56,27,41); }

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

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

 span { border-color: rgb(56,27,41); }

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