#38042B

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

Shades of Blackberry #38042B

Tints of Blackberry #38042B

Color information

#38042B (or 0x38042B) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 2B. RGB value is (56,4,43). Sum of RGB (Red+Green+Blue) = 56+4+43=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38042B is #C7FBD4. Grayscale: #171717. Windows color (decimal): -13106133 or 2819128. OLE color: 2819128.

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

Color convert

RGB56443-
CMYK00.930.230.78
HSL315º86.67%11.76%-
HSV(B)315º92.86%21.96%-
XYZ2.111.12.39-
YUV23.99138.73150.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=54.37%
G=3.88%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644300.930.230.7831586.6711.76
Hex3842B05D174E13b57c
Octal7045301352711647312714
Binary1110001001010110101110110111100111010011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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