Html Css Color HEX #321129 Blackberry

📋 copy color: '#321129'

red 50 ◦ green 17 ◦ blue 41

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

Shades of Blackberry #321129

Tints of Blackberry #321129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 41 (16.41% from 255) = 37.96%

R = 46.3%
G = 15.74%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#321129 (or 0x321129) is known color: Blackberry. HEX triplet: 32, 11 and 29. RGB value is (50,17,41). Sum of RGB (Red+Green+Blue) = 50+17+41=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321129 is #CDEED6. Grayscale: #1D1D1D. Windows color (decimal): -13496023 or 2691378. OLE color: 2691378.

HSL color Cylindrical-coordinate representation of color #321129: hue angle of 316.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321129 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 17 41 -
CMYK 0 0.66 0.18 0.80
HSL 316.36º 0.49% 0.13% -
HSV(B) 316.36º 0.66% 0.2% -
XYZ 1.92 1.24 2.24 -
YUV 29.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 50 17 41 0 0.66 0.18 0.80 316.36 0.49 0.13
Hex 32 11 29 0 42 12 50 13C 31 D
Octal 62 21 51 0 102 22 120 474 61 15
Binary 110010 10001 101001 0 1000010 10010 1010000 100111100 110001 1101

Color Harmonies of #321129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321129

Black with #321129

Text Example


Text Example

White with #321129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321129; }

 p { color: rgb(50,17,41); }

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

background-color css

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

 a { background-color: rgb(50,17,41); }

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

border-color css

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

 span { border-color: rgb(50,17,41); }

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