Html Css Color HEX #340E25 Blackberry

📋 copy color: '#340E25'

red 52 ◦ green 14 ◦ blue 37

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

Shades of Blackberry #340E25

Tints of Blackberry #340E25

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.59%

 BLUE value IS 37 (14.84% from 255) = 35.92%

R = 50.49%
G = 13.59%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#340E25 (or 0x340E25) is known color: Blackberry. HEX triplet: 34, 0E and 25. RGB value is (52,14,37). Sum of RGB (Red+Green+Blue) = 52+14+37=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #340E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E25 is #CBF1DA. Grayscale: #1B1B1B. Windows color (decimal): -13365723 or 2428468. OLE color: 2428468.

HSL color Cylindrical-coordinate representation of color #340E25: hue angle of 323.68º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E25 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 14 37 -
CMYK 0 0.73 0.29 0.80
HSL 323.68º 0.58% 0.13% -
HSV(B) 323.68º 0.73% 0.2% -
XYZ 1.91 1.18 1.88 -
YUV 27.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 52 14 37 0 0.73 0.29 0.80 323.68 0.58 0.13
Hex 34 E 25 0 49 1D 50 144 3A D
Octal 64 16 45 0 111 35 120 504 72 15
Binary 110100 1110 100101 0 1001001 11101 1010000 101000100 111010 1101

Color Harmonies of #340E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E25

Black with #340E25

Text Example


Text Example

White with #340E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340E25; }

 p { color: rgb(52,14,37); }

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

background-color css

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

 a { background-color: rgb(52,14,37); }

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

border-color css

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

 span { border-color: rgb(52,14,37); }

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