Html Css Color HEX #390829 Blackberry

📋 copy color: '#390829'

red 57 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #390829

Tints of Blackberry #390829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

 BLUE value IS 41 (16.41% from 255) = 38.68%

R = 53.77%
G = 7.55%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#390829 (or 0x390829) is known color: Blackberry. HEX triplet: 39, 08 and 29. RGB value is (57,8,41). Sum of RGB (Red+Green+Blue) = 57+8+41=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390829 is #C6F7D6. Grayscale: #1A1A1A. Windows color (decimal): -13039575 or 2689081. OLE color: 2689081.

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

Color convert

RGB 57 8 41 -
CMYK 0 0.86 0.28 0.78
HSL 319.59º 0.75% 0.13% -
HSV(B) 319.59º 0.86% 0.22% -
XYZ 2.17 1.2 2.22 -
YUV 26.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 57 8 41 0 0.86 0.28 0.78 319.59 0.75 0.13
Hex 39 8 29 0 56 1C 4E 140 4B D
Octal 71 10 51 0 126 34 116 500 113 15
Binary 111001 1000 101001 0 1010110 11100 1001110 101000000 1001011 1101

Color Harmonies of #390829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390829

Black with #390829

Text Example


Text Example

White with #390829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390829; }

 p { color: rgb(57,8,41); }

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

background-color css

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

 a { background-color: rgb(57,8,41); }

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

border-color css

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

 span { border-color: rgb(57,8,41); }

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