Html Css Color HEX #321327 Blackberry

📋 copy color: '#321327'

red 50 ◦ green 19 ◦ blue 39

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

Shades of Blackberry #321327

Tints of Blackberry #321327

RGB

 RED value IS 50 (19.92% from 255) = 46.3%

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 46.3%
G = 17.59%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#321327 (or 0x321327) is known color: Blackberry. HEX triplet: 32, 13 and 27. RGB value is (50,19,39). Sum of RGB (Red+Green+Blue) = 50+19+39=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321327 is #CDECD8. Grayscale: #1E1E1E. Windows color (decimal): -13495513 or 2560818. OLE color: 2560818.

HSL color Cylindrical-coordinate representation of color #321327: hue angle of 321.29º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321327 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 39 -
CMYK 0 0.62 0.22 0.80
HSL 321.29º 0.45% 0.14% -
HSV(B) 321.29º 0.62% 0.2% -
XYZ 1.91 1.29 2.07 -
YUV 30.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 50 19 39 0 0.62 0.22 0.80 321.29 0.45 0.14
Hex 32 13 27 0 3E 16 50 141 2D E
Octal 62 23 47 0 76 26 120 501 55 16
Binary 110010 10011 100111 0 111110 10110 1010000 101000001 101101 1110

Color Harmonies of #321327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321327

Black with #321327

Text Example


Text Example

White with #321327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321327; }

 p { color: rgb(50,19,39); }

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

background-color css

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

 a { background-color: rgb(50,19,39); }

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

border-color css

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

 span { border-color: rgb(50,19,39); }

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