#381629

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

Shades of Blackberry #381629

Tints of Blackberry #381629

Color information

#381629 (or 0x381629) is unknown color: approx Blackberry. HEX triplet: 38, 16 and 29. RGB value is (56,22,41). Sum of RGB (Red+Green+Blue) = 56+22+41=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #381629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381629 is #C7E9D6. Grayscale: #222222. Windows color (decimal): -13101527 or 2692664. OLE color: 2692664.

HSL color Cylindrical-coordinate representation of color #381629: hue angle of 326.47º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381629 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB562241-
CMYK00.610.270.78
HSL326.47º43.59%15.29%-
HSV(B)326.47º60.71%21.96%-
XYZ2.321.572.28-
YUV34.33131.76143.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=47.06%
G=18.49%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56224100.610.270.78326.4743.5915.29
Hex38162903D1B4E1462cf
Octal702651075331165065417
Binary1110001011010100101111011101110011101010001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381629; }

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

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

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

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

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

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

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

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