#38031D

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

Shades of Blackberry #38031D

Tints of Blackberry #38031D

Color information

#38031D (or 0x38031D) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 1D. RGB value is (56,3,29). Sum of RGB (Red+Green+Blue) = 56+3+29=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #38031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38031D is #C7FCE2. Grayscale: #151515. Windows color (decimal): -13106403 or 1901368. OLE color: 1901368.

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

Color convert

RGB56329-
CMYK00.950.480.78
HSL330.57º89.83%11.57%-
HSV(B)330.57º94.64%21.96%-
XYZ1.890.991.26-
YUV21.81132.06152.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=63.64%
G=3.41%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632900.950.480.78330.5789.8311.57
Hex3831D05F304E14b5ac
Octal7033501376011651313214
Binary111000111110101011111110000100111010100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38031D; }

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

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

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

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

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

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

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

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