#380829

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

Shades of Blackberry #380829

Tints of Blackberry #380829

Color information

#380829 (or 0x380829) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 29. RGB value is (56,8,41). Sum of RGB (Red+Green+Blue) = 56+8+41=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380829 is #C7F7D6. Grayscale: #1A1A1A. Windows color (decimal): -13105111 or 2689080. OLE color: 2689080.

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

Color convert

RGB56841-
CMYK00.860.270.78
HSL318.75º75%12.55%-
HSV(B)318.75º85.71%21.96%-
XYZ2.121.172.21-
YUV26.11136.4149.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 41 (16.41% from 255) = 39.05%
R=53.33%
G=7.62%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5684100.860.270.78318.757512.55
Hex388290561B4E13f4bd
Octal70105101263311647711315
Binary11100010001010010101011011011100111010011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380829; }

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

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

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

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

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

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

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

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