#381021

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

Shades of Blackberry #381021

Tints of Blackberry #381021

Color information

#381021 (or 0x381021) is unknown color: approx Blackberry. HEX triplet: 38, 10 and 21. RGB value is (56,16,33). Sum of RGB (Red+Green+Blue) = 56+16+33=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #381021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381021 is #C7EFDE. Grayscale: #1D1D1D. Windows color (decimal): -13103071 or 2166840. OLE color: 2166840.

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

Color convert

RGB561633-
CMYK00.710.410.78
HSL334.5º55.56%14.12%-
HSV(B)334.5º71.43%21.96%-
XYZ2.091.321.58-
YUV29.9129.75146.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=53.33%
G=15.24%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56163300.710.410.78334.555.5614.12
Hex381021047294E14e38e
Octal7020410107511165167016
Binary111000100001000010100011110100110011101010011101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381021; }

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

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

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

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

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

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

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

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