Html Css Color HEX #410121 Blackberry

📋 copy color: '#410121'

red 65 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #410121

Tints of Blackberry #410121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 33.33%

R = 65.66%
G = 1.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#410121 (or 0x410121) is known color: Blackberry. HEX triplet: 41, 01 and 21. RGB value is (65,1,33). Sum of RGB (Red+Green+Blue) = 65+1+33=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #410121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410121 is #BEFEDE. Grayscale: #171717. Windows color (decimal): -12517087 or 2163009. OLE color: 2163009.

HSL color Cylindrical-coordinate representation of color #410121: hue angle of 330º 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 #410121 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 33 -
CMYK 0 0.98 0.49 0.75
HSL 330º 0.97% 0.13% -
HSV(B) 330º 0.98% 0.25% -
XYZ 2.47 1.26 1.55 -
YUV 23.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 65 1 33 0 0.98 0.49 0.75 330 0.97 0.13
Hex 41 1 21 0 62 31 4B 14A 61 D
Octal 101 1 41 0 142 61 113 512 141 15
Binary 1000001 1 100001 0 1100010 110001 1001011 101001010 1100001 1101

Color Harmonies of #410121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410121

Black with #410121

Text Example


Text Example

White with #410121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410121; }

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

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

background-color css

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

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

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

border-color css

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

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

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