Html Css Color HEX #41041C Blackberry

📋 copy color: '#41041C'

red 65 ◦ green 4 ◦ blue 28

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

Shades of Blackberry #41041C

Tints of Blackberry #41041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 67.01%
G = 4.12%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41041C (or 0x41041C) is known color: Blackberry. HEX triplet: 41, 04 and 1C. RGB value is (65,4,28). Sum of RGB (Red+Green+Blue) = 65+4+28=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #41041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41041C is #BEFBE3. Grayscale: #181818. Windows color (decimal): -12516324 or 1836097. OLE color: 1836097.

HSL color Cylindrical-coordinate representation of color #41041C: hue angle of 336.39º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41041C is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 28 -
CMYK 0 0.94 0.57 0.75
HSL 336.39º 0.88% 0.14% -
HSV(B) 336.39º 0.94% 0.25% -
XYZ 2.43 1.29 1.22 -
YUV 24.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 65 4 28 0 0.94 0.57 0.75 336.39 0.88 0.14
Hex 41 4 1C 0 5E 39 4B 150 58 E
Octal 101 4 34 0 136 71 113 520 130 16
Binary 1000001 100 11100 0 1011110 111001 1001011 101010000 1011000 1110

Color Harmonies of #41041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41041C

Black with #41041C

Text Example


Text Example

White with #41041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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