Html Css Color HEX #410229 Blackberry

📋 copy color: '#410229'

red 65 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #410229

Tints of Blackberry #410229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 60.19%
G = 1.85%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#410229 (or 0x410229) is known color: Blackberry. HEX triplet: 41, 02 and 29. RGB value is (65,2,41). Sum of RGB (Red+Green+Blue) = 65+2+41=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #410229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410229 is #BEFDD6. Grayscale: #191919. Windows color (decimal): -12516823 or 2687553. OLE color: 2687553.

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

Color convert

RGB 65 2 41 -
CMYK 0 0.97 0.37 0.75
HSL 322.86º 0.94% 0.13% -
HSV(B) 322.86º 0.97% 0.25% -
XYZ 2.6 1.33 2.22 -
YUV 25.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 65 2 41 0 0.97 0.37 0.75 322.86 0.94 0.13
Hex 41 2 29 0 61 25 4B 143 5E D
Octal 101 2 51 0 141 45 113 503 136 15
Binary 1000001 10 101001 0 1100001 100101 1001011 101000011 1011110 1101

Color Harmonies of #410229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410229

Black with #410229

Text Example


Text Example

White with #410229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410229; }

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

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

background-color css

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

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

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

border-color css

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

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

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