Html Css Color HEX #41142B Blackberry

📋 copy color: '#41142B'

red 65 ◦ green 20 ◦ blue 43

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

Shades of Blackberry #41142B

Tints of Blackberry #41142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 50.78%
G = 15.63%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41142B (or 0x41142B) is known color: Blackberry. HEX triplet: 41, 14 and 2B. RGB value is (65,20,43). Sum of RGB (Red+Green+Blue) = 65+20+43=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41142B is #BEEBD4. Grayscale: #242424. Windows color (decimal): -12512213 or 2823233. OLE color: 2823233.

HSL color Cylindrical-coordinate representation of color #41142B: hue angle of 329.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41142B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 43 -
CMYK 0 0.69 0.34 0.75
HSL 329.33º 0.53% 0.17% -
HSV(B) 329.33º 0.69% 0.25% -
XYZ 2.87 1.8 2.48 -
YUV 36.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 65 20 43 0 0.69 0.34 0.75 329.33 0.53 0.17
Hex 41 14 2B 0 45 22 4B 149 35 11
Octal 101 24 53 0 105 42 113 511 65 21
Binary 1000001 10100 101011 0 1000101 100010 1001011 101001001 110101 10001

Color Harmonies of #41142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41142B

Black with #41142B

Text Example


Text Example

White with #41142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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