Html Css Color HEX #41112F Blackberry

📋 copy color: '#41112F'

red 65 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #41112F

Tints of Blackberry #41112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.43%

R = 50.39%
G = 13.18%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41112F (or 0x41112F) is known color: Blackberry. HEX triplet: 41, 11 and 2F. RGB value is (65,17,47). Sum of RGB (Red+Green+Blue) = 65+17+47=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41112F is #BEEED0. Grayscale: #222222. Windows color (decimal): -12512977 or 3084609. OLE color: 3084609.

HSL color Cylindrical-coordinate representation of color #41112F: hue angle of 322.5º 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 #41112F is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 47 -
CMYK 0 0.74 0.28 0.75
HSL 322.5º 0.59% 0.16% -
HSV(B) 322.5º 0.74% 0.25% -
XYZ 2.89 1.73 2.87 -
YUV 34.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 65 17 47 0 0.74 0.28 0.75 322.5 0.59 0.16
Hex 41 11 2F 0 4A 1C 4B 142 3B 10
Octal 101 21 57 0 112 34 113 502 73 20
Binary 1000001 10001 101111 0 1001010 11100 1001011 101000010 111011 10000

Color Harmonies of #41112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41112F

Black with #41112F

Text Example


Text Example

White with #41112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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