#381225

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

Shades of Blackberry #381225

Tints of Blackberry #381225

Color information

#381225 (or 0x381225) is unknown color: approx Blackberry. HEX triplet: 38, 12 and 25. RGB value is (56,18,37). Sum of RGB (Red+Green+Blue) = 56+18+37=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381225 is #C7EDDA. Grayscale: #1F1F1F. Windows color (decimal): -13102555 or 2429496. OLE color: 2429496.

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

Color convert

RGB561837-
CMYK00.680.340.78
HSL330º51.35%14.51%-
HSV(B)330º67.86%21.96%-
XYZ2.181.411.91-
YUV31.53131.09145.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=50.45%
G=16.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56183700.680.340.7833051.3514.51
Hex381225044224E14a33f
Octal7022450104421165126317
Binary111000100101001010100010010001010011101010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381225; }

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

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

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

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

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

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

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

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