Html Css Color HEX #321227 Blackberry

📋 copy color: '#321227'

red 50 ◦ green 18 ◦ blue 39

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

Shades of Blackberry #321227

Tints of Blackberry #321227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 46.73%
G = 16.82%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#321227 (or 0x321227) is known color: Blackberry. HEX triplet: 32, 12 and 27. RGB value is (50,18,39). Sum of RGB (Red+Green+Blue) = 50+18+39=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #321227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321227 is #CDEDD8. Grayscale: #1D1D1D. Windows color (decimal): -13495769 or 2560562. OLE color: 2560562.

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

Color convert

RGB 50 18 39 -
CMYK 0 0.64 0.22 0.80
HSL 320.63º 0.47% 0.13% -
HSV(B) 320.63º 0.64% 0.2% -
XYZ 1.9 1.26 2.06 -
YUV 29.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 50 18 39 0 0.64 0.22 0.80 320.63 0.47 0.13
Hex 32 12 27 0 40 16 50 141 2F D
Octal 62 22 47 0 100 26 120 501 57 15
Binary 110010 10010 100111 0 1000000 10110 1010000 101000001 101111 1101

Color Harmonies of #321227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321227

Black with #321227

Text Example


Text Example

White with #321227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321227; }

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

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

background-color css

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

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

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

border-color css

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

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

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