Html Css Color HEX #41112D Blackberry

📋 copy color: '#41112D'

red 65 ◦ green 17 ◦ blue 45

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

Shades of Blackberry #41112D

Tints of Blackberry #41112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.39%

 BLUE value IS 45 (17.97% from 255) = 35.43%

R = 51.18%
G = 13.39%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41112D (or 0x41112D) is known color: Blackberry. HEX triplet: 41, 11 and 2D. RGB value is (65,17,45). Sum of RGB (Red+Green+Blue) = 65+17+45=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41112D is #BEEED2. Grayscale: #222222. Windows color (decimal): -12512979 or 2953537. OLE color: 2953537.

HSL color Cylindrical-coordinate representation of color #41112D: hue angle of 325º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41112D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 45 -
CMYK 0 0.74 0.31 0.75
HSL 325º 0.59% 0.16% -
HSV(B) 325º 0.74% 0.25% -
XYZ 2.85 1.71 2.66 -
YUV 34.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 65 17 45 0 0.74 0.31 0.75 325 0.59 0.16
Hex 41 11 2D 0 4A 1F 4B 145 3B 10
Octal 101 21 55 0 112 37 113 505 73 20
Binary 1000001 10001 101101 0 1001010 11111 1001011 101000101 111011 10000

Color Harmonies of #41112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41112D

Black with #41112D

Text Example


Text Example

White with #41112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,17,45); }

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

background-color css

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

 a { background-color: rgb(65,17,45); }

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

border-color css

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

 span { border-color: rgb(65,17,45); }

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