Html Css Color HEX #341429 Blackberry

📋 copy color: '#341429'

red 52 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #341429

Tints of Blackberry #341429

RGB

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

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

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

R = 46.02%
G = 17.7%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#341429 (or 0x341429) is known color: Blackberry. HEX triplet: 34, 14 and 29. RGB value is (52,20,41). Sum of RGB (Red+Green+Blue) = 52+20+41=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #341429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341429 is #CBEBD6. Grayscale: #1F1F1F. Windows color (decimal): -13364183 or 2692148. OLE color: 2692148.

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

Color convert

RGB 52 20 41 -
CMYK 0 0.62 0.21 0.80
HSL 320.63º 0.44% 0.14% -
HSV(B) 320.63º 0.62% 0.2% -
XYZ 2.07 1.39 2.26 -
YUV 31.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 52 20 41 0 0.62 0.21 0.80 320.63 0.44 0.14
Hex 34 14 29 0 3E 15 50 141 2C E
Octal 64 24 51 0 76 25 120 501 54 16
Binary 110100 10100 101001 0 111110 10101 1010000 101000001 101100 1110

Color Harmonies of #341429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341429

Black with #341429

Text Example


Text Example

White with #341429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341429; }

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

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

background-color css

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

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

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

border-color css

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

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

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