#381B2A

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

Shades of Blackberry #381B2A

Tints of Blackberry #381B2A

Color information

#381B2A (or 0x381B2A) is unknown color: approx Blackberry. HEX triplet: 38, 1B and 2A. RGB value is (56,27,42). Sum of RGB (Red+Green+Blue) = 56+27+42=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B2A is #C7E4D5. Grayscale: #252525. Windows color (decimal): -13100246 or 2759480. OLE color: 2759480.

HSL color Cylindrical-coordinate representation of color #381B2A: hue angle of 328.97º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B2A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB562742-
CMYK00.520.250.78
HSL328.97º34.94%16.27%-
HSV(B)328.97º51.79%21.96%-
XYZ2.441.792.41-
YUV37.38130.61141.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=44.8%
G=21.6%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56274200.520.250.78328.9734.9416.27
Hex381B2A034194E1492310
Octal703352064311165114320
Binary11100011011101010011010011001100111010100100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381B2A; }

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

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

<style>
 a { background-color: #381B2A; }

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

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

<style>
 span { border-color: #381B2A; }

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

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