Html Css Color HEX #41132F Blackberry

📋 copy color: '#41132F'

red 65 ◦ green 19 ◦ blue 47

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

Shades of Blackberry #41132F

Tints of Blackberry #41132F

RGB

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

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

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

R = 49.62%
G = 14.5%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41132F (or 0x41132F) is known color: Blackberry. HEX triplet: 41, 13 and 2F. RGB value is (65,19,47). Sum of RGB (Red+Green+Blue) = 65+19+47=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132F is #BEECD0. Grayscale: #232323. Windows color (decimal): -12512465 or 3085121. OLE color: 3085121.

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

Color convert

RGB 65 19 47 -
CMYK 0 0.71 0.28 0.75
HSL 323.48º 0.55% 0.16% -
HSV(B) 323.48º 0.71% 0.25% -
XYZ 2.93 1.79 2.88 -
YUV 35.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 65 19 47 0 0.71 0.28 0.75 323.48 0.55 0.16
Hex 41 13 2F 0 47 1C 4B 143 37 10
Octal 101 23 57 0 107 34 113 503 67 20
Binary 1000001 10011 101111 0 1000111 11100 1001011 101000011 110111 10000

Color Harmonies of #41132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41132F

Black with #41132F

Text Example


Text Example

White with #41132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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