Html Css Color HEX #340019 Blackberry

📋 copy color: '#340019'

red 52 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #340019

Tints of Blackberry #340019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 32.47%

R = 67.53%
G = 0%
B = 32.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#340019 (or 0x340019) is known color: Blackberry. HEX triplet: 34, 00 and 19. RGB value is (52,0,25). Sum of RGB (Red+Green+Blue) = 52+0+25=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340019 is #CBFFE6. Grayscale: #121212. Windows color (decimal): -13369319 or 1638452. OLE color: 1638452.

HSL color Cylindrical-coordinate representation of color #340019: hue angle of 331.15º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340019 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 0 25 -
CMYK 0 1 0.52 0.80
HSL 331.15º 1% 0.1% -
HSV(B) 331.15º 1% 0.2% -
XYZ 1.59 0.8 0.99 -
YUV 18.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 52 0 25 0 1 0.52 0.80 331.15 1 0.1
Hex 34 0 19 0 64 34 50 14B 64 A
Octal 64 0 31 0 144 64 120 513 144 12
Binary 110100 0 11001 0 1100100 110100 1010000 101001011 1100100 1010

Color Harmonies of #340019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340019

Black with #340019

Text Example


Text Example

White with #340019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340019; }

 p { color: rgb(52,0,25); }

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

background-color css

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

 a { background-color: rgb(52,0,25); }

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

border-color css

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

 span { border-color: rgb(52,0,25); }

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