#381025

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

Shades of Blackberry #381025

Tints of Blackberry #381025

Color information

#381025 (or 0x381025) is unknown color: approx Blackberry. HEX triplet: 38, 10 and 25. RGB value is (56,16,37). Sum of RGB (Red+Green+Blue) = 56+16+37=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381025 is #C7EFDA. Grayscale: #1E1E1E. Windows color (decimal): -13103067 or 2428984. OLE color: 2428984.

HSL color Cylindrical-coordinate representation of color #381025: hue angle of 328.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 #381025 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB561637-
CMYK00.710.340.78
HSL328.5º55.56%14.12%-
HSV(B)328.5º71.43%21.96%-
XYZ2.151.341.9-
YUV30.35131.75146.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=51.38%
G=14.68%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56163700.710.340.78328.555.5614.12
Hex381025047224E14838e
Octal7020450107421165107016
Binary111000100001001010100011110001010011101010010001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381025; }

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

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

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

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

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

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

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

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