Html Css Color HEX #340518 Blackberry

📋 copy color: '#340518'

red 52 ◦ green 5 ◦ blue 24

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

Shades of Blackberry #340518

Tints of Blackberry #340518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 64.2%
G = 6.17%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#340518 (or 0x340518) is known color: Blackberry. HEX triplet: 34, 05 and 18. RGB value is (52,5,24). Sum of RGB (Red+Green+Blue) = 52+5+24=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #340518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340518 is #CBFAE7. Grayscale: #151515. Windows color (decimal): -13368040 or 1574196. OLE color: 1574196.

HSL color Cylindrical-coordinate representation of color #340518: hue angle of 335.74º 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 #340518 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 5 24 -
CMYK 0 0.90 0.54 0.80
HSL 335.74º 0.82% 0.11% -
HSV(B) 335.74º 0.9% 0.2% -
XYZ 1.64 0.9 0.95 -
YUV 21.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 52 5 24 0 0.90 0.54 0.80 335.74 0.82 0.11
Hex 34 5 18 0 5A 36 50 150 52 B
Octal 64 5 30 0 132 66 120 520 122 13
Binary 110100 101 11000 0 1011010 110110 1010000 101010000 1010010 1011

Color Harmonies of #340518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340518

Black with #340518

Text Example


Text Example

White with #340518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340518; }

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

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

background-color css

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

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

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

border-color css

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

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

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