Html Css Color HEX #41041E Blackberry

📋 copy color: '#41041E'

red 65 ◦ green 4 ◦ blue 30

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

Shades of Blackberry #41041E

Tints of Blackberry #41041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 65.66%
G = 4.04%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41041E (or 0x41041E) is known color: Blackberry. HEX triplet: 41, 04 and 1E. RGB value is (65,4,30). Sum of RGB (Red+Green+Blue) = 65+4+30=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41041E is #BEFBE1. Grayscale: #191919. Windows color (decimal): -12516322 or 1967169. OLE color: 1967169.

HSL color Cylindrical-coordinate representation of color #41041E: hue angle of 334.43º 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 #41041E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 30 -
CMYK 0 0.94 0.54 0.75
HSL 334.43º 0.88% 0.14% -
HSV(B) 334.43º 0.94% 0.25% -
XYZ 2.46 1.3 1.35 -
YUV 25.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 65 4 30 0 0.94 0.54 0.75 334.43 0.88 0.14
Hex 41 4 1E 0 5E 36 4B 14E 58 E
Octal 101 4 36 0 136 66 113 516 130 16
Binary 1000001 100 11110 0 1011110 110110 1001011 101001110 1011000 1110

Color Harmonies of #41041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41041E

Black with #41041E

Text Example


Text Example

White with #41041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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