Html Css Color HEX #410129 Blackberry

📋 copy color: '#410129'

red 65 ◦ green 1 ◦ blue 41

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

Shades of Blackberry #410129

Tints of Blackberry #410129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 60.75%
G = 0.93%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#410129 (or 0x410129) is known color: Blackberry. HEX triplet: 41, 01 and 29. RGB value is (65,1,41). Sum of RGB (Red+Green+Blue) = 65+1+41=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410129 is #BEFED6. Grayscale: #181818. Windows color (decimal): -12517079 or 2687297. OLE color: 2687297.

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

Color convert

RGB 65 1 41 -
CMYK 0 0.98 0.37 0.75
HSL 322.5º 0.97% 0.13% -
HSV(B) 322.5º 0.98% 0.25% -
XYZ 2.59 1.31 2.21 -
YUV 24.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 65 1 41 0 0.98 0.37 0.75 322.5 0.97 0.13
Hex 41 1 29 0 62 25 4B 142 61 D
Octal 101 1 51 0 142 45 113 502 141 15
Binary 1000001 1 101001 0 1100010 100101 1001011 101000010 1100001 1101

Color Harmonies of #410129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410129

Black with #410129

Text Example


Text Example

White with #410129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410129; }

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

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

background-color css

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

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

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

border-color css

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

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

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