#381020

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

Shades of Blackberry #381020

Tints of Blackberry #381020

Color information

#381020 (or 0x381020) is unknown color: approx Blackberry. HEX triplet: 38, 10 and 20. RGB value is (56,16,32). Sum of RGB (Red+Green+Blue) = 56+16+32=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381020 is #C7EFDF. Grayscale: #1D1D1D. Windows color (decimal): -13103072 or 2101304. OLE color: 2101304.

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

Color convert

RGB561632-
CMYK00.710.430.78
HSL336º55.56%14.12%-
HSV(B)336º71.43%21.96%-
XYZ2.081.321.51-
YUV29.78129.25146.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=53.85%
G=15.38%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56163200.710.430.7833655.5614.12
Hex3810200472B4E15038e
Octal7020400107531165207016
Binary111000100001000000100011110101110011101010100001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381020; }

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

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

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

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

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

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

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

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