Html Css Color HEX #41112B Blackberry

📋 copy color: '#41112B'

red 65 ◦ green 17 ◦ blue 43

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

Shades of Blackberry #41112B

Tints of Blackberry #41112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.4%

R = 52%
G = 13.6%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41112B (or 0x41112B) is known color: Blackberry. HEX triplet: 41, 11 and 2B. RGB value is (65,17,43). Sum of RGB (Red+Green+Blue) = 65+17+43=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41112B is #BEEED4. Grayscale: #222222. Windows color (decimal): -12512981 or 2822465. OLE color: 2822465.

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

Color convert

RGB 65 17 43 -
CMYK 0 0.74 0.34 0.75
HSL 327.5º 0.59% 0.16% -
HSV(B) 327.5º 0.74% 0.25% -
XYZ 2.82 1.7 2.47 -
YUV 34.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 65 17 43 0 0.74 0.34 0.75 327.5 0.59 0.16
Hex 41 11 2B 0 4A 22 4B 148 3B 10
Octal 101 21 53 0 112 42 113 510 73 20
Binary 1000001 10001 101011 0 1001010 100010 1001011 101001000 111011 10000

Color Harmonies of #41112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41112B

Black with #41112B

Text Example


Text Example

White with #41112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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