#380124

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

Shades of Blackberry #380124

Tints of Blackberry #380124

Color information

#380124 (or 0x380124) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 24. RGB value is (56,1,36). Sum of RGB (Red+Green+Blue) = 56+1+36=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380124 is #C7FEDB. Grayscale: #151515. Windows color (decimal): -13106908 or 2359608. OLE color: 2359608.

HSL color Cylindrical-coordinate representation of color #380124: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380124 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB56136-
CMYK00.980.360.78
HSL321.82º96.49%11.18%-
HSV(B)321.82º98.21%21.96%-
XYZ1.960.991.76-
YUV21.44136.22152.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=60.22%
G=1.08%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5613600.980.360.78321.8296.4911.18
Hex38124062244E14260b
Octal7014401424411650214013
Binary111000110010001100010100100100111010100001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380124; }

 p { color: rgb(56,1,36); }

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

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

 a { background-color: rgb(56,1,36); }

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

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

 span { border-color: rgb(56,1,36); }

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