Html Css Color HEX #341329 Blackberry

📋 copy color: '#341329'

red 52 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #341329

Tints of Blackberry #341329

RGB

 RED value IS 52 (20.7% from 255) = 46.43%

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

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

R = 46.43%
G = 16.96%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#341329 (or 0x341329) is known color: Blackberry. HEX triplet: 34, 13 and 29. RGB value is (52,19,41). Sum of RGB (Red+Green+Blue) = 52+19+41=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #341329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341329 is #CBECD6. Grayscale: #1F1F1F. Windows color (decimal): -13364439 or 2691892. OLE color: 2691892.

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

Color convert

RGB 52 19 41 -
CMYK 0 0.63 0.21 0.80
HSL 320º 0.46% 0.14% -
HSV(B) 320º 0.63% 0.2% -
XYZ 2.05 1.36 2.25 -
YUV 31.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 52 19 41 0 0.63 0.21 0.80 320 0.46 0.14
Hex 34 13 29 0 3F 15 50 140 2E E
Octal 64 23 51 0 77 25 120 500 56 16
Binary 110100 10011 101001 0 111111 10101 1010000 101000000 101110 1110

Color Harmonies of #341329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341329

Black with #341329

Text Example


Text Example

White with #341329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341329; }

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

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

background-color css

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

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

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

border-color css

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

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

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