#38042A

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

Shades of Blackberry #38042A

Tints of Blackberry #38042A

Color information

#38042A (or 0x38042A) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 2A. RGB value is (56,4,42). Sum of RGB (Red+Green+Blue) = 56+4+42=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38042A is #C7FBD5. Grayscale: #171717. Windows color (decimal): -13106134 or 2753592. OLE color: 2753592.

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

Color convert

RGB56442-
CMYK00.930.250.78
HSL316.15º86.67%11.76%-
HSV(B)316.15º92.86%21.96%-
XYZ2.091.092.29-
YUV23.88138.23150.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 42 (16.80% from 255) = 41.18%
R=54.90%
G=3.92%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644200.930.250.78316.1586.6711.76
Hex3842A05D194E13c57c
Octal7045201353111647412714
Binary1110001001010100101110111001100111010011110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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