#380629

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

Shades of Blackberry #380629

Tints of Blackberry #380629

Color information

#380629 (or 0x380629) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 29. RGB value is (56,6,41). Sum of RGB (Red+Green+Blue) = 56+6+41=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380629 is #C7F9D6. Grayscale: #181818. Windows color (decimal): -13105623 or 2688568. OLE color: 2688568.

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

Color convert

RGB56641-
CMYK00.890.270.78
HSL318º80.65%12.16%-
HSV(B)318º89.29%21.96%-
XYZ2.11.132.21-
YUV24.94137.06150.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=54.37%
G=5.83%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5664100.890.270.7831880.6512.16
Hex386290591B4E13e51c
Octal7065101313311647612114
Binary1110001101010010101100111011100111010011111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380629; }

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

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

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

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

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

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

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

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