#38071E

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

Shades of Blackberry #38071E

Tints of Blackberry #38071E

Color information

#38071E (or 0x38071E) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 1E. RGB value is (56,7,30). Sum of RGB (Red+Green+Blue) = 56+7+30=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38071E is #C7F8E1. Grayscale: #181818. Windows color (decimal): -13105378 or 1967928. OLE color: 1967928.

HSL color Cylindrical-coordinate representation of color #38071E: hue angle of 331.84º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38071E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB56730-
CMYK00.880.460.78
HSL331.84º77.78%12.35%-
HSV(B)331.84º87.5%21.96%-
XYZ1.941.091.34-
YUV24.27131.23150.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=60.22%
G=7.53%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5673000.880.460.78331.8477.7812.35
Hex3871E0582E4E14c4ec
Octal7073601305611651411614
Binary1110001111111001011000101110100111010100110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38071E; }

 p { color: rgb(56,7,30); }

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

<style>
 a { background-color: #38071E; }

 a { background-color: rgb(56,7,30); }

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

<style>
 span { border-color: #38071E; }

 span { border-color: rgb(56,7,30); }

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