Html Css Color HEX #331329 Blackberry

📋 copy color: '#331329'

red 51 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #331329

Tints of Blackberry #331329

RGB

 RED value IS 51 (20.31% from 255) = 45.95%

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

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

R = 45.95%
G = 17.12%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#331329 (or 0x331329) is known color: Blackberry. HEX triplet: 33, 13 and 29. RGB value is (51,19,41). Sum of RGB (Red+Green+Blue) = 51+19+41=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331329 is #CCECD6. Grayscale: #1F1F1F. Windows color (decimal): -13429975 or 2691891. OLE color: 2691891.

HSL color Cylindrical-coordinate representation of color #331329: hue angle of 318.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331329 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 41 -
CMYK 0 0.63 0.20 0.8
HSL 318.75º 0.46% 0.14% -
HSV(B) 318.75º 0.63% 0.2% -
XYZ 2 1.33 2.25 -
YUV 31.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 51 19 41 0 0.63 0.20 0.8 318.75 0.46 0.14
Hex 33 13 29 0 3F 14 50 13F 2E E
Octal 63 23 51 0 77 24 120 477 56 16
Binary 110011 10011 101001 0 111111 10100 1010000 100111111 101110 1110

Color Harmonies of #331329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331329

Black with #331329

Text Example


Text Example

White with #331329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331329; }

 p { color: rgb(51,19,41); }

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

background-color css

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

 a { background-color: rgb(51,19,41); }

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

border-color css

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

 span { border-color: rgb(51,19,41); }

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