#380725

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

Shades of Blackberry #380725

Tints of Blackberry #380725

Color information

#380725 (or 0x380725) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 25. RGB value is (56,7,37). Sum of RGB (Red+Green+Blue) = 56+7+37=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380725 is #C7F8DA. Grayscale: #191919. Windows color (decimal): -13105371 or 2426680. OLE color: 2426680.

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

Color convert

RGB56737-
CMYK00.880.340.78
HSL323.27º77.78%12.35%-
HSV(B)323.27º87.5%21.96%-
XYZ2.041.131.86-
YUV25.07134.73150.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 37 (14.84% from 255) = 37%
R=56%
G=7%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5673700.880.340.78323.2777.7812.35
Hex38725058224E1434ec
Octal7074501304211650311614
Binary11100011110010101011000100010100111010100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380725; }

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

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

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

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

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

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

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

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