Html Css Color HEX #41091E Blackberry

📋 copy color: '#41091E'

red 65 ◦ green 9 ◦ blue 30

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

Shades of Blackberry #41091E

Tints of Blackberry #41091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.65%

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

R = 62.5%
G = 8.65%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41091E (or 0x41091E) is known color: Blackberry. HEX triplet: 41, 09 and 1E. RGB value is (65,9,30). Sum of RGB (Red+Green+Blue) = 65+9+30=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #41091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091E is #BEF6E1. Grayscale: #1C1C1C. Windows color (decimal): -12515042 or 1968449. OLE color: 1968449.

HSL color Cylindrical-coordinate representation of color #41091E: hue angle of 337.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41091E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 9 30 -
CMYK 0 0.86 0.54 0.75
HSL 337.5º 0.76% 0.15% -
HSV(B) 337.5º 0.86% 0.25% -
XYZ 2.51 1.41 1.37 -
YUV 28.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 65 9 30 0 0.86 0.54 0.75 337.5 0.76 0.15
Hex 41 9 1E 0 56 36 4B 152 4C F
Octal 101 11 36 0 126 66 113 522 114 17
Binary 1000001 1001 11110 0 1010110 110110 1001011 101010010 1001100 1111

Color Harmonies of #41091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41091E

Black with #41091E

Text Example


Text Example

White with #41091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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