#38042D

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

Shades of Blackberry #38042D

Tints of Blackberry #38042D

Color information

#38042D (or 0x38042D) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 2D. RGB value is (56,4,45). Sum of RGB (Red+Green+Blue) = 56+4+45=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38042D is #C7FBD2. Grayscale: #181818. Windows color (decimal): -13106131 or 2950200. OLE color: 2950200.

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

Color convert

RGB56445-
CMYK00.930.200.78
HSL312.69º86.67%11.76%-
HSV(B)312.69º92.86%21.96%-
XYZ2.151.122.59-
YUV24.22139.73150.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=53.33%
G=3.81%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644500.930.200.78312.6986.6711.76
Hex3842D05D144E13957c
Octal7045501352411647112714
Binary1110001001011010101110110100100111010011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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