#380823

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

Shades of Blackberry #380823

Tints of Blackberry #380823

Color information

#380823 (or 0x380823) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 23. RGB value is (56,8,35). Sum of RGB (Red+Green+Blue) = 56+8+35=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380823 is #C7F7DC. Grayscale: #191919. Windows color (decimal): -13105117 or 2295864. OLE color: 2295864.

HSL color Cylindrical-coordinate representation of color #380823: hue angle of 326.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380823 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB56835-
CMYK00.860.370.78
HSL326.25º75%12.55%-
HSV(B)326.25º85.71%21.96%-
XYZ2.021.141.7-
YUV25.43133.4149.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=56.57%
G=8.08%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5683500.860.370.78326.257512.55
Hex38823056254E1464bd
Octal70104301264511650611315
Binary111000100010001101010110100101100111010100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380823; }

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

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

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

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

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

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

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

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