Html Css Color HEX #341321 Blackberry

📋 copy color: '#341321'

red 52 ◦ green 19 ◦ blue 33

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

Shades of Blackberry #341321

Tints of Blackberry #341321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 50%
G = 18.27%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#341321 (or 0x341321) is known color: Blackberry. HEX triplet: 34, 13 and 21. RGB value is (52,19,33). Sum of RGB (Red+Green+Blue) = 52+19+33=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #341321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341321 is #CBECDE. Grayscale: #1E1E1E. Windows color (decimal): -13364447 or 2167604. OLE color: 2167604.

HSL color Cylindrical-coordinate representation of color #341321: hue angle of 334.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341321 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 19 33 -
CMYK 0 0.63 0.37 0.80
HSL 334.55º 0.46% 0.14% -
HSV(B) 334.55º 0.63% 0.2% -
XYZ 1.92 1.31 1.59 -
YUV 30.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 52 19 33 0 0.63 0.37 0.80 334.55 0.46 0.14
Hex 34 13 21 0 3F 25 50 14F 2E E
Octal 64 23 41 0 77 45 120 517 56 16
Binary 110100 10011 100001 0 111111 100101 1010000 101001111 101110 1110

Color Harmonies of #341321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341321

Black with #341321

Text Example


Text Example

White with #341321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341321; }

 p { color: rgb(52,19,33); }

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

background-color css

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

 a { background-color: rgb(52,19,33); }

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

border-color css

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

 span { border-color: rgb(52,19,33); }

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