Html Css Color HEX #41061D Blackberry

📋 copy color: '#41061D'

red 65 ◦ green 6 ◦ blue 29

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

Shades of Blackberry #41061D

Tints of Blackberry #41061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6%

 BLUE value IS 29 (11.72% from 255) = 29%

R = 65%
G = 6%
B = 29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41061D (or 0x41061D) is known color: Blackberry. HEX triplet: 41, 06 and 1D. RGB value is (65,6,29). Sum of RGB (Red+Green+Blue) = 65+6+29=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061D is #BEF9E2. Grayscale: #1A1A1A. Windows color (decimal): -12515811 or 1902145. OLE color: 1902145.

HSL color Cylindrical-coordinate representation of color #41061D: hue angle of 336.61º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41061D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 6 29 -
CMYK 0 0.91 0.55 0.75
HSL 336.61º 0.83% 0.14% -
HSV(B) 336.61º 0.91% 0.25% -
XYZ 2.47 1.34 1.29 -
YUV 26.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 65 6 29 0 0.91 0.55 0.75 336.61 0.83 0.14
Hex 41 6 1D 0 5B 37 4B 151 53 E
Octal 101 6 35 0 133 67 113 521 123 16
Binary 1000001 110 11101 0 1011011 110111 1001011 101010001 1010011 1110

Color Harmonies of #41061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41061D

Black with #41061D

Text Example


Text Example

White with #41061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,6,29); }

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

background-color css

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

 a { background-color: rgb(65,6,29); }

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

border-color css

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

 span { border-color: rgb(65,6,29); }

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