Html Css Color HEX #341121 Blackberry

📋 copy color: '#341121'

red 52 ◦ green 17 ◦ blue 33

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

Shades of Blackberry #341121

Tints of Blackberry #341121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.67%

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

R = 50.98%
G = 16.67%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#341121 (or 0x341121) is known color: Blackberry. HEX triplet: 34, 11 and 21. RGB value is (52,17,33). Sum of RGB (Red+Green+Blue) = 52+17+33=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341121 is #CBEEDE. Grayscale: #1D1D1D. Windows color (decimal): -13364959 or 2167092. OLE color: 2167092.

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

Color convert

RGB 52 17 33 -
CMYK 0 0.67 0.37 0.80
HSL 332.57º 0.51% 0.14% -
HSV(B) 332.57º 0.67% 0.2% -
XYZ 1.89 1.24 1.58 -
YUV 29.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 52 17 33 0 0.67 0.37 0.80 332.57 0.51 0.14
Hex 34 11 21 0 43 25 50 14D 33 E
Octal 64 21 41 0 103 45 120 515 63 16
Binary 110100 10001 100001 0 1000011 100101 1010000 101001101 110011 1110

Color Harmonies of #341121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341121

Black with #341121

Text Example


Text Example

White with #341121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341121; }

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

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

background-color css

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

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

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

border-color css

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

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

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