Html Css Color HEX #390928 Blackberry

📋 copy color: '#390928'

red 57 ◦ green 9 ◦ blue 40

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

Shades of Blackberry #390928

Tints of Blackberry #390928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 37.74%

R = 53.77%
G = 8.49%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#390928 (or 0x390928) is known color: Blackberry. HEX triplet: 39, 09 and 28. RGB value is (57,9,40). Sum of RGB (Red+Green+Blue) = 57+9+40=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390928 is #C6F6D7. Grayscale: #1A1A1A. Windows color (decimal): -13039320 or 2623801. OLE color: 2623801.

HSL color Cylindrical-coordinate representation of color #390928: hue angle of 321.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 #390928 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 9 40 -
CMYK 0 0.84 0.30 0.78
HSL 321.25º 0.73% 0.13% -
HSV(B) 321.25º 0.84% 0.22% -
XYZ 2.17 1.22 2.13 -
YUV 26.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 57 9 40 0 0.84 0.30 0.78 321.25 0.73 0.13
Hex 39 9 28 0 54 1E 4E 141 49 D
Octal 71 11 50 0 124 36 116 501 111 15
Binary 111001 1001 101000 0 1010100 11110 1001110 101000001 1001001 1101

Color Harmonies of #390928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390928

Black with #390928

Text Example


Text Example

White with #390928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390928; }

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

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

background-color css

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

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

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

border-color css

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

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

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