#381729

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

Shades of Blackberry #381729

Tints of Blackberry #381729

Color information

#381729 (or 0x381729) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 29. RGB value is (56,23,41). Sum of RGB (Red+Green+Blue) = 56+23+41=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #381729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381729 is #C7E8D6. Grayscale: #222222. Windows color (decimal): -13101271 or 2692920. OLE color: 2692920.

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

Color convert

RGB562341-
CMYK00.590.270.78
HSL327.27º41.77%15.49%-
HSV(B)327.27º58.93%21.96%-
XYZ2.341.612.29-
YUV34.92131.43143.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=46.67%
G=19.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56234100.590.270.78327.2741.7715.49
Hex38172903B1B4E1472af
Octal702751073331165075217
Binary1110001011110100101110111101110011101010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381729; }

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

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

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

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

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

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

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

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