#38032F

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

Shades of Blackberry #38032F

Tints of Blackberry #38032F

Color information

#38032F (or 0x38032F) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 2F. RGB value is (56,3,47). Sum of RGB (Red+Green+Blue) = 56+3+47=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38032F is #C7FCD0. Grayscale: #171717. Windows color (decimal): -13106385 or 3081016. OLE color: 3081016.

HSL color Cylindrical-coordinate representation of color #38032F: hue angle of 310.19º 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 #38032F is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB56347-
CMYK00.950.160.78
HSL310.19º89.83%11.57%-
HSV(B)310.19º94.64%21.96%-
XYZ2.181.112.79-
YUV23.86141.06150.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=52.83%
G=2.83%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634700.950.160.78310.1989.8311.57
Hex3832F05F104E1365ac
Octal7035701372011646613214
Binary111000111011110101111110000100111010011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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