Html Css Color HEX #41152D Blackberry

📋 copy color: '#41152D'

red 65 ◦ green 21 ◦ blue 45

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

Shades of Blackberry #41152D

Tints of Blackberry #41152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.03%

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 49.62%
G = 16.03%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41152D (or 0x41152D) is known color: Blackberry. HEX triplet: 41, 15 and 2D. RGB value is (65,21,45). Sum of RGB (Red+Green+Blue) = 65+21+45=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41152D is #BEEAD2. Grayscale: #242424. Windows color (decimal): -12511955 or 2954561. OLE color: 2954561.

HSL color Cylindrical-coordinate representation of color #41152D: hue angle of 327.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41152D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 45 -
CMYK 0 0.68 0.31 0.75
HSL 327.27º 0.51% 0.17% -
HSV(B) 327.27º 0.68% 0.25% -
XYZ 2.92 1.85 2.69 -
YUV 36.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 65 21 45 0 0.68 0.31 0.75 327.27 0.51 0.17
Hex 41 15 2D 0 44 1F 4B 147 33 11
Octal 101 25 55 0 104 37 113 507 63 21
Binary 1000001 10101 101101 0 1000100 11111 1001011 101000111 110011 10001

Color Harmonies of #41152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41152D

Black with #41152D

Text Example


Text Example

White with #41152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41152D; }

 p { color: rgb(65,21,45); }

 H1.HeaderClassName
 {
   color: #41152D;
 }
 .AnyTagClassName
 {
   color: #41152D;
 }
</style>

background-color css

<style>
 a { background-color: #41152D; }

 a { background-color: rgb(65,21,45); }

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

border-color css

<style>
 span { border-color: #41152D; }

 span { border-color: rgb(65,21,45); }

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