Html Css Color HEX #341025 Blackberry

📋 copy color: '#341025'

red 52 ◦ green 16 ◦ blue 37

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

Shades of Blackberry #341025

Tints of Blackberry #341025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 49.52%
G = 15.24%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#341025 (or 0x341025) is known color: Blackberry. HEX triplet: 34, 10 and 25. RGB value is (52,16,37). Sum of RGB (Red+Green+Blue) = 52+16+37=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341025 is #CBEFDA. Grayscale: #1D1D1D. Windows color (decimal): -13365211 or 2428980. OLE color: 2428980.

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

Color convert

RGB 52 16 37 -
CMYK 0 0.69 0.29 0.80
HSL 325º 0.53% 0.13% -
HSV(B) 325º 0.69% 0.2% -
XYZ 1.94 1.23 1.89 -
YUV 29.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 52 16 37 0 0.69 0.29 0.80 325 0.53 0.13
Hex 34 10 25 0 45 1D 50 145 35 D
Octal 64 20 45 0 105 35 120 505 65 15
Binary 110100 10000 100101 0 1000101 11101 1010000 101000101 110101 1101

Color Harmonies of #341025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341025

Black with #341025

Text Example


Text Example

White with #341025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341025; }

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

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

background-color css

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

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

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

border-color css

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

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

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