Html Css Color HEX #410434 Blackberry

📋 copy color: '#410434'

red 65 ◦ green 4 ◦ blue 52

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

Shades of Blackberry #410434

Tints of Blackberry #410434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

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

R = 53.72%
G = 3.31%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#410434 (or 0x410434) is known color: Blackberry. HEX triplet: 41, 04 and 34. RGB value is (65,4,52). Sum of RGB (Red+Green+Blue) = 65+4+52=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410434 is #BEFBCB. Grayscale: #1B1B1B. Windows color (decimal): -12516300 or 3408961. OLE color: 3408961.

HSL color Cylindrical-coordinate representation of color #410434: hue angle of 312.79º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410434 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 52 -
CMYK 0 0.94 0.20 0.75
HSL 312.79º 0.88% 0.14% -
HSV(B) 312.79º 0.94% 0.25% -
XYZ 2.84 1.46 3.38 -
YUV 27.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 65 4 52 0 0.94 0.20 0.75 312.79 0.88 0.14
Hex 41 4 34 0 5E 14 4B 139 58 E
Octal 101 4 64 0 136 24 113 471 130 16
Binary 1000001 100 110100 0 1011110 10100 1001011 100111001 1011000 1110

Color Harmonies of #410434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410434

Black with #410434

Text Example


Text Example

White with #410434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410434; }

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

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

background-color css

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

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

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

border-color css

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

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

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