Html Css Color HEX #340828 Blackberry

📋 copy color: '#340828'

red 52 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #340828

Tints of Blackberry #340828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40%

R = 52%
G = 8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#340828 (or 0x340828) is known color: Blackberry. HEX triplet: 34, 08 and 28. RGB value is (52,8,40). Sum of RGB (Red+Green+Blue) = 52+8+40=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #340828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340828 is #CBF7D7. Grayscale: #181818. Windows color (decimal): -13367256 or 2623540. OLE color: 2623540.

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

Color convert

RGB 52 8 40 -
CMYK 0 0.85 0.23 0.80
HSL 316.36º 0.73% 0.12% -
HSV(B) 316.36º 0.85% 0.2% -
XYZ 1.89 1.06 2.11 -
YUV 24.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 52 8 40 0 0.85 0.23 0.80 316.36 0.73 0.12
Hex 34 8 28 0 55 17 50 13C 49 C
Octal 64 10 50 0 125 27 120 474 111 14
Binary 110100 1000 101000 0 1010101 10111 1010000 100111100 1001001 1100

Color Harmonies of #340828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340828

Black with #340828

Text Example


Text Example

White with #340828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340828; }

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

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

background-color css

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

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

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

border-color css

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

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

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