Html Css Color HEX #341221 Blackberry

📋 copy color: '#341221'

red 52 ◦ green 18 ◦ blue 33

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

Shades of Blackberry #341221

Tints of Blackberry #341221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.48%

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

R = 50.49%
G = 17.48%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#341221 (or 0x341221) is known color: Blackberry. HEX triplet: 34, 12 and 21. RGB value is (52,18,33). Sum of RGB (Red+Green+Blue) = 52+18+33=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #341221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341221 is #CBEDDE. Grayscale: #1D1D1D. Windows color (decimal): -13364703 or 2167348. OLE color: 2167348.

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

Color convert

RGB 52 18 33 -
CMYK 0 0.65 0.37 0.80
HSL 333.53º 0.49% 0.14% -
HSV(B) 333.53º 0.65% 0.2% -
XYZ 1.91 1.27 1.58 -
YUV 29.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 52 18 33 0 0.65 0.37 0.80 333.53 0.49 0.14
Hex 34 12 21 0 41 25 50 14E 31 E
Octal 64 22 41 0 101 45 120 516 61 16
Binary 110100 10010 100001 0 1000001 100101 1010000 101001110 110001 1110

Color Harmonies of #341221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341221

Black with #341221

Text Example


Text Example

White with #341221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341221; }

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

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

background-color css

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

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

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

border-color css

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

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

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