#380428

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

Shades of Blackberry #380428

Tints of Blackberry #380428

Color information

#380428 (or 0x380428) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 28. RGB value is (56,4,40). Sum of RGB (Red+Green+Blue) = 56+4+40=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380428 is #C7FBD7. Grayscale: #171717. Windows color (decimal): -13106136 or 2622520. OLE color: 2622520.

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

Color convert

RGB56440-
CMYK00.930.290.78
HSL318.46º86.67%11.76%-
HSV(B)318.46º92.86%21.96%-
XYZ2.061.082.11-
YUV23.65137.23151.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 40 (16.02% from 255) = 40%
R=56%
G=4%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644000.930.290.78318.4686.6711.76
Hex3842805D1D4E13e57c
Octal7045001353511647612714
Binary1110001001010000101110111101100111010011111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380428; }

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

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

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

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

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

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

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

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