Html Css Color HEX #411B34 Blackberry

📋 copy color: '#411B34'

red 65 ◦ green 27 ◦ blue 52

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

Shades of Blackberry #411B34

Tints of Blackberry #411B34

RGB

 RED value IS 65 (25.78% from 255) = 45.14%

 GREEN value IS 27 (10.94% from 255) = 18.75%

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 45.14%
G = 18.75%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#411B34 (or 0x411B34) is known color: Blackberry. HEX triplet: 41, 1B and 34. RGB value is (65,27,52). Sum of RGB (Red+Green+Blue) = 65+27+52=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #411B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B34 is #BEE4CB. Grayscale: #292929. Windows color (decimal): -12510412 or 3414849. OLE color: 3414849.

HSL color Cylindrical-coordinate representation of color #411B34: hue angle of 320.53º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411B34 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 52 -
CMYK 0 0.58 0.20 0.75
HSL 320.53º 0.41% 0.18% -
HSV(B) 320.53º 0.58% 0.25% -
XYZ 3.19 2.16 3.5 -
YUV 41.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 65 27 52 0 0.58 0.20 0.75 320.53 0.41 0.18
Hex 41 1B 34 0 3A 14 4B 141 29 12
Octal 101 33 64 0 72 24 113 501 51 22
Binary 1000001 11011 110100 0 111010 10100 1001011 101000001 101001 10010

Color Harmonies of #411B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B34

Black with #411B34

Text Example


Text Example

White with #411B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411B34; }

 p { color: rgb(65,27,52); }

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

background-color css

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

 a { background-color: rgb(65,27,52); }

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

border-color css

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

 span { border-color: rgb(65,27,52); }

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