Html Css Color HEX #340025 Blackberry

📋 copy color: '#340025'

red 52 ◦ green 0 ◦ blue 37

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

Shades of Blackberry #340025

Tints of Blackberry #340025

RGB

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

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

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

R = 58.43%
G = 0%
B = 41.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#340025 (or 0x340025) is known color: Blackberry. HEX triplet: 34, 00 and 25. RGB value is (52,0,37). Sum of RGB (Red+Green+Blue) = 52+0+37=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340025 is #CBFFDA. Grayscale: #131313. Windows color (decimal): -13369307 or 2424884. OLE color: 2424884.

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

Color convert

RGB 52 0 37 -
CMYK 0 1 0.29 0.80
HSL 317.31º 1% 0.1% -
HSV(B) 317.31º 1% 0.2% -
XYZ 1.75 0.86 1.82 -
YUV 19.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 52 0 37 0 1 0.29 0.80 317.31 1 0.1
Hex 34 0 25 0 64 1D 50 13D 64 A
Octal 64 0 45 0 144 35 120 475 144 12
Binary 110100 0 100101 0 1100100 11101 1010000 100111101 1100100 1010

Color Harmonies of #340025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340025

Black with #340025

Text Example


Text Example

White with #340025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340025; }

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

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

background-color css

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

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

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

border-color css

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

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

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