Html Css Color HEX #41132B Blackberry

📋 copy color: '#41132B'

red 65 ◦ green 19 ◦ blue 43

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

Shades of Blackberry #41132B

Tints of Blackberry #41132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.96%

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

R = 51.18%
G = 14.96%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41132B (or 0x41132B) is known color: Blackberry. HEX triplet: 41, 13 and 2B. RGB value is (65,19,43). Sum of RGB (Red+Green+Blue) = 65+19+43=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132B is #BEECD4. Grayscale: #232323. Windows color (decimal): -12512469 or 2822977. OLE color: 2822977.

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

Color convert

RGB 65 19 43 -
CMYK 0 0.71 0.34 0.75
HSL 328.7º 0.55% 0.16% -
HSV(B) 328.7º 0.71% 0.25% -
XYZ 2.85 1.76 2.48 -
YUV 35.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 65 19 43 0 0.71 0.34 0.75 328.7 0.55 0.16
Hex 41 13 2B 0 47 22 4B 149 37 10
Octal 101 23 53 0 107 42 113 511 67 20
Binary 1000001 10011 101011 0 1000111 100010 1001011 101001001 110111 10000

Color Harmonies of #41132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41132B

Black with #41132B

Text Example


Text Example

White with #41132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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