#380922

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

Shades of Blackberry #380922

Tints of Blackberry #380922

Color information

#380922 (or 0x380922) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 22. RGB value is (56,9,34). Sum of RGB (Red+Green+Blue) = 56+9+34=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380922 is #C7F6DD. Grayscale: #191919. Windows color (decimal): -13104862 or 2230584. OLE color: 2230584.

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

Color convert

RGB56934-
CMYK00.840.390.78
HSL328.09º72.31%12.75%-
HSV(B)328.09º83.93%21.96%-
XYZ2.021.151.63-
YUV25.9132.57149.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=56.57%
G=9.09%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5693400.840.390.78328.0972.3112.75
Hex38922054274E14848d
Octal70114201244711651011015
Binary111000100110001001010100100111100111010100100010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380922; }

 p { color: rgb(56,9,34); }

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

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

 a { background-color: rgb(56,9,34); }

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

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

 span { border-color: rgb(56,9,34); }

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