Html Css Color HEX #41182F Blackberry

📋 copy color: '#41182F'

red 65 ◦ green 24 ◦ blue 47

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

Shades of Blackberry #41182F

Tints of Blackberry #41182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.65%

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

R = 47.79%
G = 17.65%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41182F (or 0x41182F) is known color: Blackberry. HEX triplet: 41, 18 and 2F. RGB value is (65,24,47). Sum of RGB (Red+Green+Blue) = 65+24+47=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41182F is #BEE7D0. Grayscale: #262626. Windows color (decimal): -12511185 or 3086401. OLE color: 3086401.

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

Color convert

RGB 65 24 47 -
CMYK 0 0.63 0.28 0.75
HSL 326.34º 0.46% 0.17% -
HSV(B) 326.34º 0.63% 0.25% -
XYZ 3.02 1.98 2.91 -
YUV 38.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 65 24 47 0 0.63 0.28 0.75 326.34 0.46 0.17
Hex 41 18 2F 0 3F 1C 4B 146 2E 11
Octal 101 30 57 0 77 34 113 506 56 21
Binary 1000001 11000 101111 0 111111 11100 1001011 101000110 101110 10001

Color Harmonies of #41182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41182F

Black with #41182F

Text Example


Text Example

White with #41182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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