Html Css Color HEX #390728 Blackberry

📋 copy color: '#390728'

red 57 ◦ green 7 ◦ blue 40

#390728
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #390728

Tints of Blackberry #390728

RGB

 RED value IS 57 (22.66% from 255) = 54.81%

 GREEN value IS 7 (3.13% from 255) = 6.73%

 BLUE value IS 40 (16.02% from 255) = 38.46%

R = 54.81%
G = 6.73%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#390728 (or 0x390728) is known color: Blackberry. HEX triplet: 39, 07 and 28. RGB value is (57,7,40). Sum of RGB (Red+Green+Blue) = 57+7+40=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #390728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390728 is #C6F8D7. Grayscale: #191919. Windows color (decimal): -13039832 or 2623289. OLE color: 2623289.

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

Color convert

RGB 57 7 40 -
CMYK 0 0.88 0.30 0.78
HSL 320.4º 0.78% 0.13% -
HSV(B) 320.4º 0.88% 0.22% -
XYZ 2.15 1.18 2.12 -
YUV 25.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 57 7 40 0 0.88 0.30 0.78 320.4 0.78 0.13
Hex 39 7 28 0 58 1E 4E 140 4E D
Octal 71 7 50 0 130 36 116 500 116 15
Binary 111001 111 101000 0 1011000 11110 1001110 101000000 1001110 1101

Color Harmonies of #390728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390728

Black with #390728

Text Example


Text Example

White with #390728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390728; }

 p { color: rgb(57,7,40); }

 H1.HeaderClassName
 {
   color: #390728;
 }
 .AnyTagClassName
 {
   color: #390728;
 }
</style>

background-color css

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

 a { background-color: rgb(57,7,40); }

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

border-color css

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

 span { border-color: rgb(57,7,40); }

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