Html Css Color HEX #331429 Blackberry

📋 copy color: '#331429'

red 51 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #331429

Tints of Blackberry #331429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 45.54%
G = 17.86%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#331429 (or 0x331429) is known color: Blackberry. HEX triplet: 33, 14 and 29. RGB value is (51,20,41). Sum of RGB (Red+Green+Blue) = 51+20+41=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #331429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331429 is #CCEBD6. Grayscale: #1F1F1F. Windows color (decimal): -13429719 or 2692147. OLE color: 2692147.

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

Color convert

RGB 51 20 41 -
CMYK 0 0.61 0.20 0.8
HSL 319.35º 0.44% 0.14% -
HSV(B) 319.35º 0.61% 0.2% -
XYZ 2.02 1.36 2.25 -
YUV 31.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 51 20 41 0 0.61 0.20 0.8 319.35 0.44 0.14
Hex 33 14 29 0 3D 14 50 13F 2C E
Octal 63 24 51 0 75 24 120 477 54 16
Binary 110011 10100 101001 0 111101 10100 1010000 100111111 101100 1110

Color Harmonies of #331429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331429

Black with #331429

Text Example


Text Example

White with #331429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331429; }

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

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

background-color css

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

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

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

border-color css

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

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

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