#381024

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

Shades of Blackberry #381024

Tints of Blackberry #381024

Color information

#381024 (or 0x381024) is unknown color: approx Blackberry. HEX triplet: 38, 10 and 24. RGB value is (56,16,36). Sum of RGB (Red+Green+Blue) = 56+16+36=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #381024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381024 is #C7EFDB. Grayscale: #1E1E1E. Windows color (decimal): -13103068 or 2363448. OLE color: 2363448.

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

Color convert

RGB561636-
CMYK00.710.360.78
HSL330º55.56%14.12%-
HSV(B)330º71.43%21.96%-
XYZ2.131.341.81-
YUV30.24131.25146.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=51.85%
G=14.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56163600.710.360.7833055.5614.12
Hex381024047244E14a38e
Octal7020440107441165127016
Binary111000100001001000100011110010010011101010010101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381024; }

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

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

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

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

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

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

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

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