Html Css Color HEX #41051C Blackberry

📋 copy color: '#41051C'

red 65 ◦ green 5 ◦ blue 28

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

Shades of Blackberry #41051C

Tints of Blackberry #41051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.1%

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

R = 66.33%
G = 5.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41051C (or 0x41051C) is known color: Blackberry. HEX triplet: 41, 05 and 1C. RGB value is (65,5,28). Sum of RGB (Red+Green+Blue) = 65+5+28=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41051C is #BEFAE3. Grayscale: #191919. Windows color (decimal): -12516068 or 1836353. OLE color: 1836353.

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

Color convert

RGB 65 5 28 -
CMYK 0 0.92 0.57 0.75
HSL 337º 0.86% 0.14% -
HSV(B) 337º 0.92% 0.25% -
XYZ 2.44 1.32 1.22 -
YUV 25.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 65 5 28 0 0.92 0.57 0.75 337 0.86 0.14
Hex 41 5 1C 0 5C 39 4B 151 56 E
Octal 101 5 34 0 134 71 113 521 126 16
Binary 1000001 101 11100 0 1011100 111001 1001011 101010001 1010110 1110

Color Harmonies of #41051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41051C

Black with #41051C

Text Example


Text Example

White with #41051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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