#380423

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

Shades of Blackberry #380423

Tints of Blackberry #380423

Color information

#380423 (or 0x380423) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 23. RGB value is (56,4,35). Sum of RGB (Red+Green+Blue) = 56+4+35=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380423 is #C7FBDC. Grayscale: #171717. Windows color (decimal): -13106141 or 2294840. OLE color: 2294840.

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

Color convert

RGB56435-
CMYK00.930.370.78
HSL324.23º86.67%11.76%-
HSV(B)324.23º92.86%21.96%-
XYZ1.981.051.69-
YUV23.08134.73151.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 35 (14.06% from 255) = 36.84%
R=58.95%
G=4.21%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643500.930.370.78324.2386.6711.76
Hex3842305D254E14457c
Octal7044301354511650412714
Binary11100010010001101011101100101100111010100010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380423; }

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

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

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

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

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

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

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

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