#38041D

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

Shades of Blackberry #38041D

Tints of Blackberry #38041D

Color information

#38041D (or 0x38041D) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 1D. RGB value is (56,4,29). Sum of RGB (Red+Green+Blue) = 56+4+29=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38041D is #C7FBE2. Grayscale: #161616. Windows color (decimal): -13106147 or 1901624. OLE color: 1901624.

HSL color Cylindrical-coordinate representation of color #38041D: hue angle of 331.15º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38041D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB56429-
CMYK00.930.480.78
HSL331.15º86.67%11.76%-
HSV(B)331.15º92.86%21.96%-
XYZ1.91.021.26-
YUV22.4131.73151.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=62.92%
G=4.49%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642900.930.480.78331.1586.6711.76
Hex3841D05D304E14b57c
Octal7043501356011651312714
Binary1110001001110101011101110000100111010100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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