Html Css Color HEX #411D30 Blackberry

📋 copy color: '#411D30'

red 65 ◦ green 29 ◦ blue 48

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

Shades of Blackberry #411D30

Tints of Blackberry #411D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

 BLUE value IS 48 (19.14% from 255) = 33.8%

R = 45.77%
G = 20.42%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#411D30 (or 0x411D30) is known color: Blackberry. HEX triplet: 41, 1D and 30. RGB value is (65,29,48). Sum of RGB (Red+Green+Blue) = 65+29+48=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D30 is #BEE2CF. Grayscale: #292929. Windows color (decimal): -12509904 or 3153217. OLE color: 3153217.

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

Color convert

RGB 65 29 48 -
CMYK 0 0.55 0.26 0.75
HSL 328.33º 0.38% 0.18% -
HSV(B) 328.33º 0.55% 0.25% -
XYZ 3.15 2.22 3.06 -
YUV 41.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 65 29 48 0 0.55 0.26 0.75 328.33 0.38 0.18
Hex 41 1D 30 0 37 1A 4B 148 26 12
Octal 101 35 60 0 67 32 113 510 46 22
Binary 1000001 11101 110000 0 110111 11010 1001011 101001000 100110 10010

Color Harmonies of #411D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D30

Black with #411D30

Text Example


Text Example

White with #411D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,48); }

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

background-color css

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

 a { background-color: rgb(65,29,48); }

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

border-color css

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

 span { border-color: rgb(65,29,48); }

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