Html Css Color HEX #41011C Blackberry

📋 copy color: '#41011C'

red 65 ◦ green 1 ◦ blue 28

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

Shades of Blackberry #41011C

Tints of Blackberry #41011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.79%

R = 69.15%
G = 1.06%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41011C (or 0x41011C) is known color: Blackberry. HEX triplet: 41, 01 and 1C. RGB value is (65,1,28). Sum of RGB (Red+Green+Blue) = 65+1+28=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41011C is #BEFEE3. Grayscale: #171717. Windows color (decimal): -12517092 or 1835329. OLE color: 1835329.

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

Color convert

RGB 65 1 28 -
CMYK 0 0.98 0.57 0.75
HSL 334.69º 0.97% 0.13% -
HSV(B) 334.69º 0.98% 0.25% -
XYZ 2.4 1.23 1.21 -
YUV 23.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 65 1 28 0 0.98 0.57 0.75 334.69 0.97 0.13
Hex 41 1 1C 0 62 39 4B 14F 61 D
Octal 101 1 34 0 142 71 113 517 141 15
Binary 1000001 1 11100 0 1100010 111001 1001011 101001111 1100001 1101

Color Harmonies of #41011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41011C

Black with #41011C

Text Example


Text Example

White with #41011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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