#380519

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

Shades of Blackberry #380519

Tints of Blackberry #380519

Color information

#380519 (or 0x380519) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 19. RGB value is (56,5,25). Sum of RGB (Red+Green+Blue) = 56+5+25=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380519 is #C7FAE6. Grayscale: #161616. Windows color (decimal): -13105895 or 1639736. OLE color: 1639736.

HSL color Cylindrical-coordinate representation of color #380519: hue angle of 336.47º 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 #380519 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB56525-
CMYK00.910.550.78
HSL336.47º83.61%11.96%-
HSV(B)336.47º91.07%21.96%-
XYZ1.861.021.02-
YUV22.53129.4151.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=65.12%
G=5.81%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652500.910.550.78336.4783.6111.96
Hex3851905B374E15054c
Octal7053101336711652012414
Binary1110001011100101011011110111100111010101000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380519; }

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

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

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

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

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

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

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

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