Html Css Color HEX #410321 Blackberry

📋 copy color: '#410321'

red 65 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #410321

Tints of Blackberry #410321

RGB

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

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

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

R = 64.36%
G = 2.97%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#410321 (or 0x410321) is known color: Blackberry. HEX triplet: 41, 03 and 21. RGB value is (65,3,33). Sum of RGB (Red+Green+Blue) = 65+3+33=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410321 is #BEFCDE. Grayscale: #181818. Windows color (decimal): -12516575 or 2163521. OLE color: 2163521.

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

Color convert

RGB 65 3 33 -
CMYK 0 0.95 0.49 0.75
HSL 330.97º 0.91% 0.13% -
HSV(B) 330.97º 0.95% 0.25% -
XYZ 2.49 1.3 1.56 -
YUV 24.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 65 3 33 0 0.95 0.49 0.75 330.97 0.91 0.13
Hex 41 3 21 0 5F 31 4B 14B 5B D
Octal 101 3 41 0 137 61 113 513 133 15
Binary 1000001 11 100001 0 1011111 110001 1001011 101001011 1011011 1101

Color Harmonies of #410321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410321

Black with #410321

Text Example


Text Example

White with #410321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410321; }

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

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

background-color css

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

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

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

border-color css

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

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

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