#380225

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

Shades of Blackberry #380225

Tints of Blackberry #380225

Color information

#380225 (or 0x380225) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 25. RGB value is (56,2,37). Sum of RGB (Red+Green+Blue) = 56+2+37=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380225 is #C7FDDA. Grayscale: #161616. Windows color (decimal): -13106651 or 2425400. OLE color: 2425400.

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

Color convert

RGB56237-
CMYK00.960.340.78
HSL321.11º93.1%11.37%-
HSV(B)321.11º96.43%21.96%-
XYZ1.991.021.84-
YUV22.14136.39152.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=58.95%
G=2.11%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623700.960.340.78321.1193.111.37
Hex38225060224E1415db
Octal7024501404211650113513
Binary1110001010010101100000100010100111010100000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380225; }

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

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

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

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

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

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

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

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