Html Css Color HEX #340824 Blackberry

📋 copy color: '#340824'

red 52 ◦ green 8 ◦ blue 36

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

Shades of Blackberry #340824

Tints of Blackberry #340824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.33%

 BLUE value IS 36 (14.45% from 255) = 37.5%

R = 54.17%
G = 8.33%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#340824 (or 0x340824) is known color: Blackberry. HEX triplet: 34, 08 and 24. RGB value is (52,8,36). Sum of RGB (Red+Green+Blue) = 52+8+36=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #340824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340824 is #CBF7DB. Grayscale: #181818. Windows color (decimal): -13367260 or 2361396. OLE color: 2361396.

HSL color Cylindrical-coordinate representation of color #340824: hue angle of 321.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340824 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 8 36 -
CMYK 0 0.85 0.31 0.80
HSL 321.82º 0.73% 0.12% -
HSV(B) 321.82º 0.85% 0.2% -
XYZ 1.82 1.03 1.77 -
YUV 24.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 52 8 36 0 0.85 0.31 0.80 321.82 0.73 0.12
Hex 34 8 24 0 55 1F 50 142 49 C
Octal 64 10 44 0 125 37 120 502 111 14
Binary 110100 1000 100100 0 1010101 11111 1010000 101000010 1001001 1100

Color Harmonies of #340824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340824

Black with #340824

Text Example


Text Example

White with #340824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340824; }

 p { color: rgb(52,8,36); }

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

background-color css

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

 a { background-color: rgb(52,8,36); }

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

border-color css

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

 span { border-color: rgb(52,8,36); }

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