Html Css Color HEX #390525 Blackberry

📋 copy color: '#390525'

red 57 ◦ green 5 ◦ blue 37

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

Shades of Blackberry #390525

Tints of Blackberry #390525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 37.37%

R = 57.58%
G = 5.05%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#390525 (or 0x390525) is known color: Blackberry. HEX triplet: 39, 05 and 25. RGB value is (57,5,37). Sum of RGB (Red+Green+Blue) = 57+5+37=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390525 is #C6FADA. Grayscale: #181818. Windows color (decimal): -13040347 or 2426169. OLE color: 2426169.

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

Color convert

RGB 57 5 37 -
CMYK 0 0.91 0.35 0.78
HSL 323.08º 0.84% 0.12% -
HSV(B) 323.08º 0.91% 0.22% -
XYZ 2.08 1.11 1.86 -
YUV 24.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 57 5 37 0 0.91 0.35 0.78 323.08 0.84 0.12
Hex 39 5 25 0 5B 23 4E 143 54 C
Octal 71 5 45 0 133 43 116 503 124 14
Binary 111001 101 100101 0 1011011 100011 1001110 101000011 1010100 1100

Color Harmonies of #390525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390525

Black with #390525

Text Example


Text Example

White with #390525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390525; }

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

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

background-color css

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

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

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

border-color css

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

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

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