#380024

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

Shades of Blackberry #380024

Tints of Blackberry #380024

Color information

#380024 (or 0x380024) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 24. RGB value is (56,0,36). Sum of RGB (Red+Green+Blue) = 56+0+36=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380024 is #C7FFDB. Grayscale: #141414. Windows color (decimal): -13107164 or 2359352. OLE color: 2359352.

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

Color convert

RGB56036-
CMYK010.360.78
HSL321.43º100%10.98%-
HSV(B)321.43º100%21.96%-
XYZ1.950.971.75-
YUV20.85136.55153.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=60.87%
G=0%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56036010.360.78321.4310010.98
Hex38024064244E14164b
Octal7004401444411650114413
Binary111000010010001100100100100100111010100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380024; }

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

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

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

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

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

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

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

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