Html Css Color HEX #411C32 Blackberry

📋 copy color: '#411C32'

red 65 ◦ green 28 ◦ blue 50

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

Shades of Blackberry #411C32

Tints of Blackberry #411C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 45.45%
G = 19.58%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#411C32 (or 0x411C32) is known color: Blackberry. HEX triplet: 41, 1C and 32. RGB value is (65,28,50). Sum of RGB (Red+Green+Blue) = 65+28+50=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C32 is #BEE3CD. Grayscale: #292929. Windows color (decimal): -12510158 or 3284033. OLE color: 3284033.

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

Color convert

RGB 65 28 50 -
CMYK 0 0.57 0.23 0.75
HSL 324.32º 0.4% 0.18% -
HSV(B) 324.32º 0.57% 0.25% -
XYZ 3.17 2.18 3.27 -
YUV 41.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 65 28 50 0 0.57 0.23 0.75 324.32 0.4 0.18
Hex 41 1C 32 0 39 17 4B 144 28 12
Octal 101 34 62 0 71 27 113 504 50 22
Binary 1000001 11100 110010 0 111001 10111 1001011 101000100 101000 10010

Color Harmonies of #411C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C32

Black with #411C32

Text Example


Text Example

White with #411C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,28,50); }

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

background-color css

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

 a { background-color: rgb(65,28,50); }

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

border-color css

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

 span { border-color: rgb(65,28,50); }

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