Html Css Color HEX #41021D Blackberry

📋 copy color: '#41021D'

red 65 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #41021D

Tints of Blackberry #41021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 67.71%
G = 2.08%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41021D (or 0x41021D) is known color: Blackberry. HEX triplet: 41, 02 and 1D. RGB value is (65,2,29). Sum of RGB (Red+Green+Blue) = 65+2+29=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41021D is #BEFDE2. Grayscale: #171717. Windows color (decimal): -12516835 or 1901121. OLE color: 1901121.

HSL color Cylindrical-coordinate representation of color #41021D: hue angle of 334.29º 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 #41021D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 2 29 -
CMYK 0 0.97 0.55 0.75
HSL 334.29º 0.94% 0.13% -
HSV(B) 334.29º 0.97% 0.25% -
XYZ 2.42 1.26 1.28 -
YUV 23.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 65 2 29 0 0.97 0.55 0.75 334.29 0.94 0.13
Hex 41 2 1D 0 61 37 4B 14E 5E D
Octal 101 2 35 0 141 67 113 516 136 15
Binary 1000001 10 11101 0 1100001 110111 1001011 101001110 1011110 1101

Color Harmonies of #41021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41021D

Black with #41021D

Text Example


Text Example

White with #41021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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