Html Css Color HEX #341529 Blackberry

📋 copy color: '#341529'

red 52 ◦ green 21 ◦ blue 41

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

Shades of Blackberry #341529

Tints of Blackberry #341529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 45.61%
G = 18.42%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#341529 (or 0x341529) is known color: Blackberry. HEX triplet: 34, 15 and 29. RGB value is (52,21,41). Sum of RGB (Red+Green+Blue) = 52+21+41=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341529 is #CBEAD6. Grayscale: #202020. Windows color (decimal): -13363927 or 2692404. OLE color: 2692404.

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

Color convert

RGB 52 21 41 -
CMYK 0 0.60 0.21 0.80
HSL 321.29º 0.42% 0.14% -
HSV(B) 321.29º 0.6% 0.2% -
XYZ 2.08 1.43 2.26 -
YUV 32.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 52 21 41 0 0.60 0.21 0.80 321.29 0.42 0.14
Hex 34 15 29 0 3C 15 50 141 2A E
Octal 64 25 51 0 74 25 120 501 52 16
Binary 110100 10101 101001 0 111100 10101 1010000 101000001 101010 1110

Color Harmonies of #341529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341529

Black with #341529

Text Example


Text Example

White with #341529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341529; }

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

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

background-color css

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

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

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

border-color css

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

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

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