#38062A

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

Shades of Blackberry #38062A

Tints of Blackberry #38062A

Color information

#38062A (or 0x38062A) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 2A. RGB value is (56,6,42). Sum of RGB (Red+Green+Blue) = 56+6+42=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38062A is #C7F9D5. Grayscale: #181818. Windows color (decimal): -13105622 or 2754104. OLE color: 2754104.

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

Color convert

RGB56642-
CMYK00.890.250.78
HSL316.8º80.65%12.16%-
HSV(B)316.8º89.29%21.96%-
XYZ2.111.142.3-
YUV25.05137.56150.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=53.85%
G=5.77%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5664200.890.250.78316.880.6512.16
Hex3862A059194E13d51c
Octal7065201313111647512114
Binary1110001101010100101100111001100111010011110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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