#38042E

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

Shades of Blackberry #38042E

Tints of Blackberry #38042E

Color information

#38042E (or 0x38042E) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 2E. RGB value is (56,4,46). Sum of RGB (Red+Green+Blue) = 56+4+46=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38042E is #C7FBD1. Grayscale: #181818. Windows color (decimal): -13106130 or 3015736. OLE color: 3015736.

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

Color convert

RGB56446-
CMYK00.930.180.78
HSL311.54º86.67%11.76%-
HSV(B)311.54º92.86%21.96%-
XYZ2.171.122.69-
YUV24.34140.23150.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=52.83%
G=3.77%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644600.930.180.78311.5486.6711.76
Hex3842E05D124E13857c
Octal7045601352211647012714
Binary1110001001011100101110110010100111010011100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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