Html Css Color HEX #340020 Blackberry

📋 copy color: '#340020'

red 52 ◦ green 0 ◦ blue 32

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

Shades of Blackberry #340020

Tints of Blackberry #340020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 38.1%

R = 61.9%
G = 0%
B = 38.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#340020 (or 0x340020) is known color: Blackberry. HEX triplet: 34, 00 and 20. RGB value is (52,0,32). Sum of RGB (Red+Green+Blue) = 52+0+32=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340020 is #CBFFDF. Grayscale: #131313. Windows color (decimal): -13369312 or 2097204. OLE color: 2097204.

HSL color Cylindrical-coordinate representation of color #340020: hue angle of 323.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340020 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 0 32 -
CMYK 0 1 0.38 0.80
HSL 323.08º 1% 0.1% -
HSV(B) 323.08º 1% 0.2% -
XYZ 1.68 0.83 1.44 -
YUV 19.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 52 0 32 0 1 0.38 0.80 323.08 1 0.1
Hex 34 0 20 0 64 26 50 143 64 A
Octal 64 0 40 0 144 46 120 503 144 12
Binary 110100 0 100000 0 1100100 100110 1010000 101000011 1100100 1010

Color Harmonies of #340020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340020

Black with #340020

Text Example


Text Example

White with #340020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340020; }

 p { color: rgb(52,0,32); }

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

background-color css

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

 a { background-color: rgb(52,0,32); }

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

border-color css

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

 span { border-color: rgb(52,0,32); }

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