Html Css Color HEX #390530 Blackberry

📋 copy color: '#390530'

red 57 ◦ green 5 ◦ blue 48

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

Shades of Blackberry #390530

Tints of Blackberry #390530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 43.64%

R = 51.82%
G = 4.55%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#390530 (or 0x390530) is known color: Blackberry. HEX triplet: 39, 05 and 30. RGB value is (57,5,48). Sum of RGB (Red+Green+Blue) = 57+5+48=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390530 is #C6FACF. Grayscale: #191919. Windows color (decimal): -13040336 or 3147065. OLE color: 3147065.

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

Color convert

RGB 57 5 48 -
CMYK 0 0.91 0.16 0.78
HSL 310.38º 0.84% 0.12% -
HSV(B) 310.38º 0.91% 0.22% -
XYZ 2.28 1.19 2.91 -
YUV 25.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 57 5 48 0 0.91 0.16 0.78 310.38 0.84 0.12
Hex 39 5 30 0 5B 10 4E 136 54 C
Octal 71 5 60 0 133 20 116 466 124 14
Binary 111001 101 110000 0 1011011 10000 1001110 100110110 1010100 1100

Color Harmonies of #390530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390530

Black with #390530

Text Example


Text Example

White with #390530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390530; }

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

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

background-color css

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

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

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

border-color css

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

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

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