Html Css Color HEX #340217 Blackberry

📋 copy color: '#340217'

red 52 ◦ green 2 ◦ blue 23

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

Shades of Blackberry #340217

Tints of Blackberry #340217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.6%

 BLUE value IS 23 (9.38% from 255) = 29.87%

R = 67.53%
G = 2.6%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#340217 (or 0x340217) is known color: Blackberry. HEX triplet: 34, 02 and 17. RGB value is (52,2,23). Sum of RGB (Red+Green+Blue) = 52+2+23=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340217 is #CBFDE8. Grayscale: #131313. Windows color (decimal): -13368809 or 1507892. OLE color: 1507892.

HSL color Cylindrical-coordinate representation of color #340217: hue angle of 334.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340217 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 2 23 -
CMYK 0 0.96 0.56 0.80
HSL 334.8º 0.93% 0.11% -
HSV(B) 334.8º 0.96% 0.2% -
XYZ 1.59 0.84 0.89 -
YUV 19.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 52 2 23 0 0.96 0.56 0.80 334.8 0.93 0.11
Hex 34 2 17 0 60 38 50 14F 5D B
Octal 64 2 27 0 140 70 120 517 135 13
Binary 110100 10 10111 0 1100000 111000 1010000 101001111 1011101 1011

Color Harmonies of #340217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340217

Black with #340217

Text Example


Text Example

White with #340217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340217; }

 p { color: rgb(52,2,23); }

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

background-color css

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

 a { background-color: rgb(52,2,23); }

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

border-color css

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

 span { border-color: rgb(52,2,23); }

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