Html Css Color HEX #390328 Blackberry

📋 copy color: '#390328'

red 57 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #390328

Tints of Blackberry #390328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

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

R = 57%
G = 3%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#390328 (or 0x390328) is known color: Blackberry. HEX triplet: 39, 03 and 28. RGB value is (57,3,40). Sum of RGB (Red+Green+Blue) = 57+3+40=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390328 is #C6FCD7. Grayscale: #171717. Windows color (decimal): -13040856 or 2622265. OLE color: 2622265.

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

Color convert

RGB 57 3 40 -
CMYK 0 0.95 0.30 0.78
HSL 318.89º 0.9% 0.12% -
HSV(B) 318.89º 0.95% 0.22% -
XYZ 2.1 1.09 2.11 -
YUV 23.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 57 3 40 0 0.95 0.30 0.78 318.89 0.9 0.12
Hex 39 3 28 0 5F 1E 4E 13F 5A C
Octal 71 3 50 0 137 36 116 477 132 14
Binary 111001 11 101000 0 1011111 11110 1001110 100111111 1011010 1100

Color Harmonies of #390328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390328

Black with #390328

Text Example


Text Example

White with #390328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390328; }

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

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

background-color css

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

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

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

border-color css

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

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

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