#381028

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

Shades of Blackberry #381028

Tints of Blackberry #381028

Color information

#381028 (or 0x381028) is unknown color: approx Blackberry. HEX triplet: 38, 10 and 28. RGB value is (56,16,40). Sum of RGB (Red+Green+Blue) = 56+16+40=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381028 is #C7EFD7. Grayscale: #1E1E1E. Windows color (decimal): -13103064 or 2625592. OLE color: 2625592.

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

Color convert

RGB561640-
CMYK00.710.290.78
HSL324º55.56%14.12%-
HSV(B)324º71.43%21.96%-
XYZ2.21.362.15-
YUV30.7133.25146.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56164000.710.290.7832455.5614.12
Hex3810280471D4E14438e
Octal7020500107351165047016
Binary11100010000101000010001111110110011101010001001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381028; }

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

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

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

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

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

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

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

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