Html Css Color HEX #41041D Blackberry

📋 copy color: '#41041D'

red 65 ◦ green 4 ◦ blue 29

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

Shades of Blackberry #41041D

Tints of Blackberry #41041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.08%

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

R = 66.33%
G = 4.08%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41041D (or 0x41041D) is known color: Blackberry. HEX triplet: 41, 04 and 1D. RGB value is (65,4,29). Sum of RGB (Red+Green+Blue) = 65+4+29=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41041D is #BEFBE2. Grayscale: #191919. Windows color (decimal): -12516323 or 1901633. OLE color: 1901633.

HSL color Cylindrical-coordinate representation of color #41041D: hue angle of 335.41º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41041D is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 29 -
CMYK 0 0.94 0.55 0.75
HSL 335.41º 0.88% 0.14% -
HSV(B) 335.41º 0.94% 0.25% -
XYZ 2.45 1.3 1.28 -
YUV 25.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 65 4 29 0 0.94 0.55 0.75 335.41 0.88 0.14
Hex 41 4 1D 0 5E 37 4B 14F 58 E
Octal 101 4 35 0 136 67 113 517 130 16
Binary 1000001 100 11101 0 1011110 110111 1001011 101001111 1011000 1110

Color Harmonies of #41041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41041D

Black with #41041D

Text Example


Text Example

White with #41041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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