#380723

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

Shades of Blackberry #380723

Tints of Blackberry #380723

Color information

#380723 (or 0x380723) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 23. RGB value is (56,7,35). Sum of RGB (Red+Green+Blue) = 56+7+35=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380723 is #C7F8DC. Grayscale: #181818. Windows color (decimal): -13105373 or 2295608. OLE color: 2295608.

HSL color Cylindrical-coordinate representation of color #380723: hue angle of 325.71º 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 #380723 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB56735-
CMYK00.880.370.78
HSL325.71º77.78%12.35%-
HSV(B)325.71º87.5%21.96%-
XYZ2.011.111.7-
YUV24.84133.73150.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=57.14%
G=7.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5673500.880.370.78325.7177.7812.35
Hex38723058254E1464ec
Octal7074301304511650611614
Binary11100011110001101011000100101100111010100011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380723; }

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

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

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

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

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

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

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

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