#380129

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

Shades of Blackberry #380129

Tints of Blackberry #380129

Color information

#380129 (or 0x380129) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 29. RGB value is (56,1,41). Sum of RGB (Red+Green+Blue) = 56+1+41=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380129 is #C7FED6. Grayscale: #151515. Windows color (decimal): -13106903 or 2687288. OLE color: 2687288.

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

Color convert

RGB56141-
CMYK00.980.270.78
HSL316.36º96.49%11.18%-
HSV(B)316.36º98.21%21.96%-
XYZ2.041.022.19-
YUV22138.72152.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=57.14%
G=1.02%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5614100.980.270.78316.3696.4911.18
Hex381290621B4E13c60b
Octal7015101423311647414013
Binary11100011010010110001011011100111010011110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380129; }

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

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

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

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

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

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

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

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