#381425

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

Shades of Blackberry #381425

Tints of Blackberry #381425

Color information

#381425 (or 0x381425) is unknown color: approx Blackberry. HEX triplet: 38, 14 and 25. RGB value is (56,20,37). Sum of RGB (Red+Green+Blue) = 56+20+37=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381425 is #C7EBDA. Grayscale: #202020. Windows color (decimal): -13102043 or 2430008. OLE color: 2430008.

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

Color convert

RGB562037-
CMYK00.640.340.78
HSL331.67º47.37%14.9%-
HSV(B)331.67º64.29%21.96%-
XYZ2.211.471.92-
YUV32.7130.43144.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=49.56%
G=17.70%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56203700.640.340.78331.6747.3714.9
Hex381425040224E14c2ff
Octal7024450100421165145717
Binary111000101001001010100000010001010011101010011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381425; }

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

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

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

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

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

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

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

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