#380419

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

Shades of Blackberry #380419

Tints of Blackberry #380419

Color information

#380419 (or 0x380419) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 19. RGB value is (56,4,25). Sum of RGB (Red+Green+Blue) = 56+4+25=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380419 is #C7FBE6. Grayscale: #151515. Windows color (decimal): -13106151 or 1639480. OLE color: 1639480.

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

Color convert

RGB56425-
CMYK00.930.550.78
HSL335.77º86.67%11.76%-
HSV(B)335.77º92.86%21.96%-
XYZ1.8511.01-
YUV21.94129.73152.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=65.88%
G=4.71%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642500.930.550.78335.7786.6711.76
Hex3841905D374E15057c
Octal7043101356711652012714
Binary1110001001100101011101110111100111010101000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380419; }

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

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

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

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

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

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

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

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