Html Css Color HEX #390128 Blackberry

📋 copy color: '#390128'

red 57 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #390128

Tints of Blackberry #390128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 58.16%
G = 1.02%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#390128 (or 0x390128) is known color: Blackberry. HEX triplet: 39, 01 and 28. RGB value is (57,1,40). Sum of RGB (Red+Green+Blue) = 57+1+40=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #390128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390128 is #C6FED7. Grayscale: #161616. Windows color (decimal): -13041368 or 2621753. OLE color: 2621753.

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

Color convert

RGB 57 1 40 -
CMYK 0 0.98 0.30 0.78
HSL 318.21º 0.97% 0.11% -
HSV(B) 318.21º 0.98% 0.22% -
XYZ 2.08 1.04 2.1 -
YUV 22.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 57 1 40 0 0.98 0.30 0.78 318.21 0.97 0.11
Hex 39 1 28 0 62 1E 4E 13E 61 B
Octal 71 1 50 0 142 36 116 476 141 13
Binary 111001 1 101000 0 1100010 11110 1001110 100111110 1100001 1011

Color Harmonies of #390128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390128

Black with #390128

Text Example


Text Example

White with #390128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390128; }

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

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

background-color css

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

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

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

border-color css

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

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

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