Html Css Color HEX #390227 Blackberry

📋 copy color: '#390227'

red 57 ◦ green 2 ◦ blue 39

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

Shades of Blackberry #390227

Tints of Blackberry #390227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.04%

 BLUE value IS 39 (15.63% from 255) = 39.8%

R = 58.16%
G = 2.04%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#390227 (or 0x390227) is known color: Blackberry. HEX triplet: 39, 02 and 27. RGB value is (57,2,39). Sum of RGB (Red+Green+Blue) = 57+2+39=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #390227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390227 is #C6FDD8. Grayscale: #161616. Windows color (decimal): -13041113 or 2556473. OLE color: 2556473.

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

Color convert

RGB 57 2 39 -
CMYK 0 0.96 0.32 0.78
HSL 319.64º 0.93% 0.12% -
HSV(B) 319.64º 0.96% 0.22% -
XYZ 2.08 1.06 2.01 -
YUV 22.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 57 2 39 0 0.96 0.32 0.78 319.64 0.93 0.12
Hex 39 2 27 0 60 20 4E 140 5D C
Octal 71 2 47 0 140 40 116 500 135 14
Binary 111001 10 100111 0 1100000 100000 1001110 101000000 1011101 1100

Color Harmonies of #390227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390227

Black with #390227

Text Example


Text Example

White with #390227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390227; }

 p { color: rgb(57,2,39); }

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

background-color css

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

 a { background-color: rgb(57,2,39); }

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

border-color css

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

 span { border-color: rgb(57,2,39); }

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