Html Css Color HEX #390930 Blackberry

📋 copy color: '#390930'

red 57 ◦ green 9 ◦ blue 48

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

Shades of Blackberry #390930

Tints of Blackberry #390930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 50%
G = 7.89%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#390930 (or 0x390930) is known color: Blackberry. HEX triplet: 39, 09 and 30. RGB value is (57,9,48). Sum of RGB (Red+Green+Blue) = 57+9+48=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390930 is #C6F6CF. Grayscale: #1B1B1B. Windows color (decimal): -13039312 or 3148089. OLE color: 3148089.

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

Color convert

RGB 57 9 48 -
CMYK 0 0.84 0.16 0.78
HSL 311.25º 0.73% 0.13% -
HSV(B) 311.25º 0.84% 0.22% -
XYZ 2.32 1.28 2.92 -
YUV 27.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 57 9 48 0 0.84 0.16 0.78 311.25 0.73 0.13
Hex 39 9 30 0 54 10 4E 137 49 D
Octal 71 11 60 0 124 20 116 467 111 15
Binary 111001 1001 110000 0 1010100 10000 1001110 100110111 1001001 1101

Color Harmonies of #390930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390930

Black with #390930

Text Example


Text Example

White with #390930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390930; }

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

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

background-color css

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

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

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

border-color css

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

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

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