Html Css Color HEX #411830 Blackberry

📋 copy color: '#411830'

red 65 ◦ green 24 ◦ blue 48

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

Shades of Blackberry #411830

Tints of Blackberry #411830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.52%

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

R = 47.45%
G = 17.52%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#411830 (or 0x411830) is known color: Blackberry. HEX triplet: 41, 18 and 30. RGB value is (65,24,48). Sum of RGB (Red+Green+Blue) = 65+24+48=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #411830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411830 is #BEE7CF. Grayscale: #262626. Windows color (decimal): -12511184 or 3151937. OLE color: 3151937.

HSL color Cylindrical-coordinate representation of color #411830: hue angle of 324.88º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411830 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 48 -
CMYK 0 0.63 0.26 0.75
HSL 324.88º 0.46% 0.17% -
HSV(B) 324.88º 0.63% 0.25% -
XYZ 3.04 1.99 3.02 -
YUV 39 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 65 24 48 0 0.63 0.26 0.75 324.88 0.46 0.17
Hex 41 18 30 0 3F 1A 4B 145 2E 11
Octal 101 30 60 0 77 32 113 505 56 21
Binary 1000001 11000 110000 0 111111 11010 1001011 101000101 101110 10001

Color Harmonies of #411830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411830

Black with #411830

Text Example


Text Example

White with #411830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411830; }

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

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

background-color css

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

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

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

border-color css

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

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

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