Html Css Color HEX #41011B Blackberry

📋 copy color: '#41011B'

red 65 ◦ green 1 ◦ blue 27

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

Shades of Blackberry #41011B

Tints of Blackberry #41011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 29.03%

R = 69.89%
G = 1.08%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41011B (or 0x41011B) is known color: Blackberry. HEX triplet: 41, 01 and 1B. RGB value is (65,1,27). Sum of RGB (Red+Green+Blue) = 65+1+27=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #41011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41011B is #BEFEE4. Grayscale: #171717. Windows color (decimal): -12517093 or 1769793. OLE color: 1769793.

HSL color Cylindrical-coordinate representation of color #41011B: hue angle of 335.62º 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 #41011B is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 27 -
CMYK 0 0.98 0.58 0.75
HSL 335.63º 0.97% 0.13% -
HSV(B) 335.63º 0.98% 0.25% -
XYZ 2.39 1.22 1.15 -
YUV 23.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 65 1 27 0 0.98 0.58 0.75 335.63 0.97 0.13
Hex 41 1 1B 0 62 3A 4B 150 61 D
Octal 101 1 33 0 142 72 113 520 141 15
Binary 1000001 1 11011 0 1100010 111010 1001011 101010000 1100001 1101

Color Harmonies of #41011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41011B

Black with #41011B

Text Example


Text Example

White with #41011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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