#38082E

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

Shades of Blackberry #38082E

Tints of Blackberry #38082E

Color information

#38082E (or 0x38082E) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 2E. RGB value is (56,8,46). Sum of RGB (Red+Green+Blue) = 56+8+46=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38082E is #C7F7D1. Grayscale: #1A1A1A. Windows color (decimal): -13105106 or 3016760. OLE color: 3016760.

HSL color Cylindrical-coordinate representation of color #38082E: hue angle of 312.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38082E is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB56846-
CMYK00.860.180.78
HSL312.5º75%12.55%-
HSV(B)312.5º85.71%21.96%-
XYZ2.211.212.7-
YUV26.68138.9148.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=50.91%
G=7.27%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5684600.860.180.78312.57512.55
Hex3882E056124E1384bd
Octal70105601262211647011315
Binary11100010001011100101011010010100111010011100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,8,46); }

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

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

 a { background-color: rgb(56,8,46); }

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

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

 span { border-color: rgb(56,8,46); }

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