Html Css Color HEX #41072A Blackberry

📋 copy color: '#41072A'

red 65 ◦ green 7 ◦ blue 42

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

Shades of Blackberry #41072A

Tints of Blackberry #41072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.84%

R = 57.02%
G = 6.14%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41072A (or 0x41072A) is known color: Blackberry. HEX triplet: 41, 07 and 2A. RGB value is (65,7,42). Sum of RGB (Red+Green+Blue) = 65+7+42=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072A is #BEF8D5. Grayscale: #1C1C1C. Windows color (decimal): -12515542 or 2754369. OLE color: 2754369.

HSL color Cylindrical-coordinate representation of color #41072A: hue angle of 323.79º 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 #41072A is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 7 42 -
CMYK 0 0.89 0.35 0.75
HSL 323.79º 0.81% 0.14% -
HSV(B) 323.79º 0.89% 0.25% -
XYZ 2.67 1.44 2.33 -
YUV 28.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 65 7 42 0 0.89 0.35 0.75 323.79 0.81 0.14
Hex 41 7 2A 0 59 23 4B 144 51 E
Octal 101 7 52 0 131 43 113 504 121 16
Binary 1000001 111 101010 0 1011001 100011 1001011 101000100 1010001 1110

Color Harmonies of #41072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41072A

Black with #41072A

Text Example


Text Example

White with #41072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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