#38042F

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

Shades of Blackberry #38042F

Tints of Blackberry #38042F

Color information

#38042F (or 0x38042F) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 2F. RGB value is (56,4,47). Sum of RGB (Red+Green+Blue) = 56+4+47=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38042F is #C7FBD0. Grayscale: #181818. Windows color (decimal): -13106129 or 3081272. OLE color: 3081272.

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

Color convert

RGB56447-
CMYK00.930.160.78
HSL310.38º86.67%11.76%-
HSV(B)310.38º92.86%21.96%-
XYZ2.191.132.79-
YUV24.45140.73150.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=52.34%
G=3.74%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644700.930.160.78310.3886.6711.76
Hex3842F05D104E13657c
Octal7045701352011646612714
Binary1110001001011110101110110000100111010011011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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