#38062C

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

Shades of Blackberry #38062C

Tints of Blackberry #38062C

Color information

#38062C (or 0x38062C) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 2C. RGB value is (56,6,44). Sum of RGB (Red+Green+Blue) = 56+6+44=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38062C is #C7F9D3. Grayscale: #191919. Windows color (decimal): -13105620 or 2885176. OLE color: 2885176.

HSL color Cylindrical-coordinate representation of color #38062C: hue angle of 314.4º 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 #38062C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB56644-
CMYK00.890.210.78
HSL314.4º80.65%12.16%-
HSV(B)314.4º89.29%21.96%-
XYZ2.151.152.49-
YUV25.28138.56149.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=52.83%
G=5.66%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5664400.890.210.78314.480.6512.16
Hex3862C059154E13a51c
Octal7065401312511647212114
Binary1110001101011000101100110101100111010011101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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