Html Css Color HEX #340529 Blackberry

📋 copy color: '#340529'

red 52 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #340529

Tints of Blackberry #340529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.1%

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

R = 53.06%
G = 5.1%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#340529 (or 0x340529) is known color: Blackberry. HEX triplet: 34, 05 and 29. RGB value is (52,5,41). Sum of RGB (Red+Green+Blue) = 52+5+41=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #340529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340529 is #CBFAD6. Grayscale: #171717. Windows color (decimal): -13368023 or 2688308. OLE color: 2688308.

HSL color Cylindrical-coordinate representation of color #340529: hue angle of 314.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340529 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 5 41 -
CMYK 0 0.90 0.21 0.80
HSL 314.04º 0.82% 0.11% -
HSV(B) 314.04º 0.9% 0.2% -
XYZ 1.87 1 2.19 -
YUV 23.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 52 5 41 0 0.90 0.21 0.80 314.04 0.82 0.11
Hex 34 5 29 0 5A 15 50 13A 52 B
Octal 64 5 51 0 132 25 120 472 122 13
Binary 110100 101 101001 0 1011010 10101 1010000 100111010 1010010 1011

Color Harmonies of #340529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340529

Black with #340529

Text Example


Text Example

White with #340529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340529; }

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

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

background-color css

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

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

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

border-color css

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

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

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