Html Css Color HEX #410329 Blackberry

📋 copy color: '#410329'

red 65 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #410329

Tints of Blackberry #410329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

 BLUE value IS 41 (16.41% from 255) = 37.61%

R = 59.63%
G = 2.75%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#410329 (or 0x410329) is known color: Blackberry. HEX triplet: 41, 03 and 29. RGB value is (65,3,41). Sum of RGB (Red+Green+Blue) = 65+3+41=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #410329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410329 is #BEFCD6. Grayscale: #191919. Windows color (decimal): -12516567 or 2687809. OLE color: 2687809.

HSL color Cylindrical-coordinate representation of color #410329: hue angle of 323.23º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410329 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 3 41 -
CMYK 0 0.95 0.37 0.75
HSL 323.23º 0.91% 0.13% -
HSV(B) 323.23º 0.95% 0.25% -
XYZ 2.61 1.35 2.22 -
YUV 25.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 65 3 41 0 0.95 0.37 0.75 323.23 0.91 0.13
Hex 41 3 29 0 5F 25 4B 143 5B D
Octal 101 3 51 0 137 45 113 503 133 15
Binary 1000001 11 101001 0 1011111 100101 1001011 101000011 1011011 1101

Color Harmonies of #410329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410329

Black with #410329

Text Example


Text Example

White with #410329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410329; }

 p { color: rgb(65,3,41); }

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

background-color css

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

 a { background-color: rgb(65,3,41); }

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

border-color css

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

 span { border-color: rgb(65,3,41); }

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