Html Css Color HEX #41061C Blackberry

📋 copy color: '#41061C'

red 65 ◦ green 6 ◦ blue 28

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

Shades of Blackberry #41061C

Tints of Blackberry #41061C

RGB

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

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

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

R = 65.66%
G = 6.06%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41061C (or 0x41061C) is known color: Blackberry. HEX triplet: 41, 06 and 1C. RGB value is (65,6,28). Sum of RGB (Red+Green+Blue) = 65+6+28=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061C is #BEF9E3. Grayscale: #1A1A1A. Windows color (decimal): -12515812 or 1836609. OLE color: 1836609.

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

Color convert

RGB 65 6 28 -
CMYK 0 0.91 0.57 0.75
HSL 337.63º 0.83% 0.14% -
HSV(B) 337.63º 0.91% 0.25% -
XYZ 2.45 1.34 1.23 -
YUV 26.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 65 6 28 0 0.91 0.57 0.75 337.63 0.83 0.14
Hex 41 6 1C 0 5B 39 4B 152 53 E
Octal 101 6 34 0 133 71 113 522 123 16
Binary 1000001 110 11100 0 1011011 111001 1001011 101010010 1010011 1110

Color Harmonies of #41061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41061C

Black with #41061C

Text Example


Text Example

White with #41061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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