#380028

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

Shades of Blackberry #380028

Tints of Blackberry #380028

Color information

#380028 (or 0x380028) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 28. RGB value is (56,0,40). Sum of RGB (Red+Green+Blue) = 56+0+40=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380028 is #C7FFD7. Grayscale: #151515. Windows color (decimal): -13107160 or 2621496. OLE color: 2621496.

HSL color Cylindrical-coordinate representation of color #380028: hue angle of 317.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380028 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB56040-
CMYK010.290.78
HSL317.14º100%10.98%-
HSV(B)317.14º100%21.96%-
XYZ2.010.992.09-
YUV21.3138.55152.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=58.33%
G=0%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56040010.290.78317.1410010.98
Hex380280641D4E13d64b
Octal7005001443511647514413
Binary11100001010000110010011101100111010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380028; }

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

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

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

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

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

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

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

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