Html Css Color HEX #390628 Blackberry

📋 copy color: '#390628'

red 57 ◦ green 6 ◦ blue 40

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

Shades of Blackberry #390628

Tints of Blackberry #390628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

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

R = 55.34%
G = 5.83%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#390628 (or 0x390628) is known color: Blackberry. HEX triplet: 39, 06 and 28. RGB value is (57,6,40). Sum of RGB (Red+Green+Blue) = 57+6+40=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #390628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390628 is #C6F9D7. Grayscale: #191919. Windows color (decimal): -13040088 or 2623033. OLE color: 2623033.

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

Color convert

RGB 57 6 40 -
CMYK 0 0.89 0.30 0.78
HSL 320º 0.81% 0.12% -
HSV(B) 320º 0.89% 0.22% -
XYZ 2.14 1.15 2.12 -
YUV 25.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 57 6 40 0 0.89 0.30 0.78 320 0.81 0.12
Hex 39 6 28 0 59 1E 4E 140 51 C
Octal 71 6 50 0 131 36 116 500 121 14
Binary 111001 110 101000 0 1011001 11110 1001110 101000000 1010001 1100

Color Harmonies of #390628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390628

Black with #390628

Text Example


Text Example

White with #390628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390628; }

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

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

background-color css

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

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

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

border-color css

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

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

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