#381725

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

Shades of Blackberry #381725

Tints of Blackberry #381725

Color information

#381725 (or 0x381725) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 25. RGB value is (56,23,37). Sum of RGB (Red+Green+Blue) = 56+23+37=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381725 is #C7E8DA. Grayscale: #222222. Windows color (decimal): -13101275 or 2430776. OLE color: 2430776.

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

Color convert

RGB562337-
CMYK00.590.340.78
HSL334.55º41.77%15.49%-
HSV(B)334.55º58.93%21.96%-
XYZ2.271.591.94-
YUV34.46129.43143.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=48.28%
G=19.83%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56233700.590.340.78334.5541.7715.49
Hex38172503B224E14f2af
Octal702745073421165175217
Binary11100010111100101011101110001010011101010011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381725; }

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

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

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

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

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

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

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

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