#380529

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

Shades of Blackberry #380529

Tints of Blackberry #380529

Color information

#380529 (or 0x380529) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 29. RGB value is (56,5,41). Sum of RGB (Red+Green+Blue) = 56+5+41=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #380529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380529 is #C7FAD6. Grayscale: #181818. Windows color (decimal): -13105879 or 2688312. OLE color: 2688312.

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

Color convert

RGB56541-
CMYK00.910.270.78
HSL317.65º83.61%11.96%-
HSV(B)317.65º91.07%21.96%-
XYZ2.091.112.2-
YUV24.35137.4150.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=54.90%
G=4.90%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5654100.910.270.78317.6583.6111.96
Hex3852905B1B4E13e54c
Octal7055101333311647612414
Binary1110001011010010101101111011100111010011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380529; }

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

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

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

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

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

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

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

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