#38102D

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

Shades of Blackberry #38102D

Tints of Blackberry #38102D

Color information

#38102D (or 0x38102D) is unknown color: approx Blackberry. HEX triplet: 38, 10 and 2D. RGB value is (56,16,45). Sum of RGB (Red+Green+Blue) = 56+16+45=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38102D is #C7EFD2. Grayscale: #1F1F1F. Windows color (decimal): -13103059 or 2953272. OLE color: 2953272.

HSL color Cylindrical-coordinate representation of color #38102D: hue angle of 316.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38102D is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB561645-
CMYK00.710.200.78
HSL316.5º55.56%14.12%-
HSV(B)316.5º71.43%21.96%-
XYZ2.291.42.63-
YUV31.27135.75145.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=47.86%
G=13.68%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56164500.710.200.78316.555.5614.12
Hex38102D047144E13c38e
Octal7020550107241164747016
Binary11100010000101101010001111010010011101001111001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38102D; }

 p { color: rgb(56,16,45); }

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

<style>
 a { background-color: #38102D; }

 a { background-color: rgb(56,16,45); }

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

<style>
 span { border-color: #38102D; }

 span { border-color: rgb(56,16,45); }

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