#38032C

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

Shades of Blackberry #38032C

Tints of Blackberry #38032C

Color information

#38032C (or 0x38032C) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 2C. RGB value is (56,3,44). Sum of RGB (Red+Green+Blue) = 56+3+44=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38032C is #C7FCD3. Grayscale: #171717. Windows color (decimal): -13106388 or 2884408. OLE color: 2884408.

HSL color Cylindrical-coordinate representation of color #38032C: hue angle of 313.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38032C is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB56344-
CMYK00.950.210.78
HSL313.58º89.83%11.57%-
HSV(B)313.58º94.64%21.96%-
XYZ2.121.092.48-
YUV23.52139.56151.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=54.37%
G=2.91%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634400.950.210.78313.5889.8311.57
Hex3832C05F154E13a5ac
Octal7035401372511647213214
Binary111000111011000101111110101100111010011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38032C; }

 p { color: rgb(56,3,44); }

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

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

 a { background-color: rgb(56,3,44); }

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

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

 span { border-color: rgb(56,3,44); }

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