Html Css Color HEX #41072C Blackberry

📋 copy color: '#41072C'

red 65 ◦ green 7 ◦ blue 44

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

Shades of Blackberry #41072C

Tints of Blackberry #41072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.03%

 BLUE value IS 44 (17.58% from 255) = 37.93%

R = 56.03%
G = 6.03%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41072C (or 0x41072C) is known color: Blackberry. HEX triplet: 41, 07 and 2C. RGB value is (65,7,44). Sum of RGB (Red+Green+Blue) = 65+7+44=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072C is #BEF8D3. Grayscale: #1C1C1C. Windows color (decimal): -12515540 or 2885441. OLE color: 2885441.

HSL color Cylindrical-coordinate representation of color #41072C: hue angle of 321.72º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41072C is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 7 44 -
CMYK 0 0.89 0.32 0.75
HSL 321.72º 0.81% 0.14% -
HSV(B) 321.72º 0.89% 0.25% -
XYZ 2.71 1.46 2.52 -
YUV 28.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 65 7 44 0 0.89 0.32 0.75 321.72 0.81 0.14
Hex 41 7 2C 0 59 20 4B 142 51 E
Octal 101 7 54 0 131 40 113 502 121 16
Binary 1000001 111 101100 0 1011001 100000 1001011 101000010 1010001 1110

Color Harmonies of #41072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41072C

Black with #41072C

Text Example


Text Example

White with #41072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41072C; }

 p { color: rgb(65,7,44); }

 H1.HeaderClassName
 {
   color: #41072C;
 }
 .AnyTagClassName
 {
   color: #41072C;
 }
</style>

background-color css

<style>
 a { background-color: #41072C; }

 a { background-color: rgb(65,7,44); }

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

border-color css

<style>
 span { border-color: #41072C; }

 span { border-color: rgb(65,7,44); }

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