Html Css Color HEX #390526 Blackberry

📋 copy color: '#390526'

red 57 ◦ green 5 ◦ blue 38

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

Shades of Blackberry #390526

Tints of Blackberry #390526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

 BLUE value IS 38 (15.23% from 255) = 38%

R = 57%
G = 5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#390526 (or 0x390526) is known color: Blackberry. HEX triplet: 39, 05 and 26. RGB value is (57,5,38). Sum of RGB (Red+Green+Blue) = 57+5+38=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390526 is #C6FAD9. Grayscale: #181818. Windows color (decimal): -13040346 or 2491705. OLE color: 2491705.

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

Color convert

RGB 57 5 38 -
CMYK 0 0.91 0.33 0.78
HSL 321.92º 0.84% 0.12% -
HSV(B) 321.92º 0.91% 0.22% -
XYZ 2.09 1.12 1.94 -
YUV 24.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 57 5 38 0 0.91 0.33 0.78 321.92 0.84 0.12
Hex 39 5 26 0 5B 21 4E 142 54 C
Octal 71 5 46 0 133 41 116 502 124 14
Binary 111001 101 100110 0 1011011 100001 1001110 101000010 1010100 1100

Color Harmonies of #390526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390526

Black with #390526

Text Example


Text Example

White with #390526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390526; }

 p { color: rgb(57,5,38); }

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

background-color css

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

 a { background-color: rgb(57,5,38); }

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

border-color css

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

 span { border-color: rgb(57,5,38); }

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