Html Css Color HEX #340D28 Blackberry

📋 copy color: '#340D28'

red 52 ◦ green 13 ◦ blue 40

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

Shades of Blackberry #340D28

Tints of Blackberry #340D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.38%

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

R = 49.52%
G = 12.38%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#340D28 (or 0x340D28) is known color: Blackberry. HEX triplet: 34, 0D and 28. RGB value is (52,13,40). Sum of RGB (Red+Green+Blue) = 52+13+40=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #340D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D28 is #CBF2D7. Grayscale: #1B1B1B. Windows color (decimal): -13365976 or 2624820. OLE color: 2624820.

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

Color convert

RGB 52 13 40 -
CMYK 0 0.75 0.23 0.80
HSL 318.46º 0.6% 0.13% -
HSV(B) 318.46º 0.75% 0.2% -
XYZ 1.94 1.17 2.13 -
YUV 27.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 52 13 40 0 0.75 0.23 0.80 318.46 0.6 0.13
Hex 34 D 28 0 4B 17 50 13E 3C D
Octal 64 15 50 0 113 27 120 476 74 15
Binary 110100 1101 101000 0 1001011 10111 1010000 100111110 111100 1101

Color Harmonies of #340D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D28

Black with #340D28

Text Example


Text Example

White with #340D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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