#381323

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

Shades of Blackberry #381323

Tints of Blackberry #381323

Color information

#381323 (or 0x381323) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 23. RGB value is (56,19,35). Sum of RGB (Red+Green+Blue) = 56+19+35=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381323 is #C7ECDC. Grayscale: #1F1F1F. Windows color (decimal): -13102301 or 2298680. OLE color: 2298680.

HSL color Cylindrical-coordinate representation of color #381323: hue angle of 334.05º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381323 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB561935-
CMYK00.660.370.78
HSL334.05º49.33%14.71%-
HSV(B)334.05º66.07%21.96%-
XYZ2.171.431.75-
YUV31.89129.76145.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=50.91%
G=17.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193500.660.370.78334.0549.3314.71
Hex381323042254E14e31f
Octal7023430102451165166117
Binary111000100111000110100001010010110011101010011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381323; }

 p { color: rgb(56,19,35); }

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

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

 a { background-color: rgb(56,19,35); }

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

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

 span { border-color: rgb(56,19,35); }

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