Html Css Color HEX #410021 Blackberry

📋 copy color: '#410021'

red 65 ◦ green 0 ◦ blue 33

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

Shades of Blackberry #410021

Tints of Blackberry #410021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.33%
G = 0%
B = 33.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#410021 (or 0x410021) is known color: Blackberry. HEX triplet: 41, 00 and 21. RGB value is (65,0,33). Sum of RGB (Red+Green+Blue) = 65+0+33=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410021 is #BEFFDE. Grayscale: #171717. Windows color (decimal): -12517343 or 2162753. OLE color: 2162753.

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

Color convert

RGB 65 0 33 -
CMYK 0 1 0.49 0.75
HSL 329.54º 1% 0.13% -
HSV(B) 329.54º 1% 0.25% -
XYZ 2.45 1.23 1.55 -
YUV 23.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 65 0 33 0 1 0.49 0.75 329.54 1 0.13
Hex 41 0 21 0 64 31 4B 14A 64 D
Octal 101 0 41 0 144 61 113 512 144 15
Binary 1000001 0 100001 0 1100100 110001 1001011 101001010 1100100 1101

Color Harmonies of #410021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410021

Black with #410021

Text Example


Text Example

White with #410021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410021; }

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

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

background-color css

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

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

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

border-color css

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

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

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