#381724

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

Shades of Blackberry #381724

Tints of Blackberry #381724

Color information

#381724 (or 0x381724) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 24. RGB value is (56,23,36). Sum of RGB (Red+Green+Blue) = 56+23+36=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381724 is #C7E8DB. Grayscale: #222222. Windows color (decimal): -13101276 or 2365240. OLE color: 2365240.

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

Color convert

RGB562336-
CMYK00.590.360.78
HSL336.36º41.77%15.49%-
HSV(B)336.36º58.93%21.96%-
XYZ2.261.581.86-
YUV34.35128.93143.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=48.70%
G=20%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56233600.590.360.78336.3641.7715.49
Hex38172403B244E1502af
Octal702744073441165205217
Binary11100010111100100011101110010010011101010100001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381724; }

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

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

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

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

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

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

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

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