#38062D

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

Shades of Blackberry #38062D

Tints of Blackberry #38062D

Color information

#38062D (or 0x38062D) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 2D. RGB value is (56,6,45). Sum of RGB (Red+Green+Blue) = 56+6+45=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38062D is #C7F9D2. Grayscale: #191919. Windows color (decimal): -13105619 or 2950712. OLE color: 2950712.

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

Color convert

RGB56645-
CMYK00.890.200.78
HSL313.2º80.65%12.16%-
HSV(B)313.2º89.29%21.96%-
XYZ2.171.162.59-
YUV25.4139.06149.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=52.34%
G=5.61%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5664500.890.200.78313.280.6512.16
Hex3862D059144E13951c
Octal7065501312411647112114
Binary1110001101011010101100110100100111010011100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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