Html Css Color HEX #41011A Blackberry

📋 copy color: '#41011A'

red 65 ◦ green 1 ◦ blue 26

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

Shades of Blackberry #41011A

Tints of Blackberry #41011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 26 (10.55% from 255) = 28.26%

R = 70.65%
G = 1.09%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41011A (or 0x41011A) is known color: Blackberry. HEX triplet: 41, 01 and 1A. RGB value is (65,1,26). Sum of RGB (Red+Green+Blue) = 65+1+26=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #41011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41011A is #BEFEE5. Grayscale: #161616. Windows color (decimal): -12517094 or 1704257. OLE color: 1704257.

HSL color Cylindrical-coordinate representation of color #41011A: hue angle of 336.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41011A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 26 -
CMYK 0 0.98 0.60 0.75
HSL 336.56º 0.97% 0.13% -
HSV(B) 336.56º 0.98% 0.25% -
XYZ 2.38 1.22 1.09 -
YUV 22.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 65 1 26 0 0.98 0.60 0.75 336.56 0.97 0.13
Hex 41 1 1A 0 62 3C 4B 151 61 D
Octal 101 1 32 0 142 74 113 521 141 15
Binary 1000001 1 11010 0 1100010 111100 1001011 101010001 1100001 1101

Color Harmonies of #41011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41011A

Black with #41011A

Text Example


Text Example

White with #41011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,1,26); }

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

background-color css

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

 a { background-color: rgb(65,1,26); }

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

border-color css

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

 span { border-color: rgb(65,1,26); }

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