Html Css Color HEX #411C2F Blackberry

📋 copy color: '#411C2F'

red 65 ◦ green 28 ◦ blue 47

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

Shades of Blackberry #411C2F

Tints of Blackberry #411C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 46.43%
G = 20%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#411C2F (or 0x411C2F) is known color: Blackberry. HEX triplet: 41, 1C and 2F. RGB value is (65,28,47). Sum of RGB (Red+Green+Blue) = 65+28+47=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C2F is #BEE3D0. Grayscale: #292929. Windows color (decimal): -12510161 or 3087425. OLE color: 3087425.

HSL color Cylindrical-coordinate representation of color #411C2F: hue angle of 329.19º 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 #411C2F is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 28 47 -
CMYK 0 0.57 0.28 0.75
HSL 329.19º 0.4% 0.18% -
HSV(B) 329.19º 0.57% 0.25% -
XYZ 3.11 2.16 2.94 -
YUV 41.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 65 28 47 0 0.57 0.28 0.75 329.19 0.4 0.18
Hex 41 1C 2F 0 39 1C 4B 149 28 12
Octal 101 34 57 0 71 34 113 511 50 22
Binary 1000001 11100 101111 0 111001 11100 1001011 101001001 101000 10010

Color Harmonies of #411C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C2F

Black with #411C2F

Text Example


Text Example

White with #411C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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