Html Css Color HEX #321328 Blackberry

📋 copy color: '#321328'

red 50 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #321328

Tints of Blackberry #321328

RGB

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

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

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

R = 45.87%
G = 17.43%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#321328 (or 0x321328) is known color: Blackberry. HEX triplet: 32, 13 and 28. RGB value is (50,19,40). Sum of RGB (Red+Green+Blue) = 50+19+40=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321328 is #CDECD7. Grayscale: #1E1E1E. Windows color (decimal): -13495512 or 2626354. OLE color: 2626354.

HSL color Cylindrical-coordinate representation of color #321328: hue angle of 319.35º 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 #321328 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 40 -
CMYK 0 0.62 0.20 0.80
HSL 319.35º 0.45% 0.14% -
HSV(B) 319.35º 0.62% 0.2% -
XYZ 1.93 1.3 2.16 -
YUV 30.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 50 19 40 0 0.62 0.20 0.80 319.35 0.45 0.14
Hex 32 13 28 0 3E 14 50 13F 2D E
Octal 62 23 50 0 76 24 120 477 55 16
Binary 110010 10011 101000 0 111110 10100 1010000 100111111 101101 1110

Color Harmonies of #321328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321328

Black with #321328

Text Example


Text Example

White with #321328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321328; }

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

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

background-color css

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

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

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

border-color css

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

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

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