Html Css Color HEX #390121 Blackberry

📋 copy color: '#390121'

red 57 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #390121

Tints of Blackberry #390121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 62.64%
G = 1.1%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#390121 (or 0x390121) is known color: Blackberry. HEX triplet: 39, 01 and 21. RGB value is (57,1,33). Sum of RGB (Red+Green+Blue) = 57+1+33=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #390121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390121 is #C6FEDE. Grayscale: #151515. Windows color (decimal): -13041375 or 2163001. OLE color: 2163001.

HSL color Cylindrical-coordinate representation of color #390121: hue angle of 325.71º 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 #390121 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 1 33 -
CMYK 0 0.98 0.42 0.78
HSL 325.71º 0.97% 0.11% -
HSV(B) 325.71º 0.98% 0.22% -
XYZ 1.97 1 1.53 -
YUV 21.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 57 1 33 0 0.98 0.42 0.78 325.71 0.97 0.11
Hex 39 1 21 0 62 2A 4E 146 61 B
Octal 71 1 41 0 142 52 116 506 141 13
Binary 111001 1 100001 0 1100010 101010 1001110 101000110 1100001 1011

Color Harmonies of #390121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390121

Black with #390121

Text Example


Text Example

White with #390121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390121; }

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

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

background-color css

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

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

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

border-color css

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

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

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