Html Css Color HEX #41172F Blackberry

📋 copy color: '#41172F'

red 65 ◦ green 23 ◦ blue 47

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

Shades of Blackberry #41172F

Tints of Blackberry #41172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

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

R = 48.15%
G = 17.04%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41172F (or 0x41172F) is known color: Blackberry. HEX triplet: 41, 17 and 2F. RGB value is (65,23,47). Sum of RGB (Red+Green+Blue) = 65+23+47=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41172F is #BEE8D0. Grayscale: #262626. Windows color (decimal): -12511441 or 3086145. OLE color: 3086145.

HSL color Cylindrical-coordinate representation of color #41172F: hue angle of 325.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41172F is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 23 47 -
CMYK 0 0.65 0.28 0.75
HSL 325.71º 0.48% 0.17% -
HSV(B) 325.71º 0.65% 0.25% -
XYZ 3 1.94 2.91 -
YUV 38.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 65 23 47 0 0.65 0.28 0.75 325.71 0.48 0.17
Hex 41 17 2F 0 41 1C 4B 146 30 11
Octal 101 27 57 0 101 34 113 506 60 21
Binary 1000001 10111 101111 0 1000001 11100 1001011 101000110 110000 10001

Color Harmonies of #41172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41172F

Black with #41172F

Text Example


Text Example

White with #41172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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