Html Css Color HEX #41002D Blackberry

📋 copy color: '#41002D'

red 65 ◦ green 0 ◦ blue 45

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

Shades of Blackberry #41002D

Tints of Blackberry #41002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 40.91%

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41002D (or 0x41002D) is known color: Blackberry. HEX triplet: 41, 00 and 2D. RGB value is (65,0,45). Sum of RGB (Red+Green+Blue) = 65+0+45=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002D is #BEFFD2. Grayscale: #181818. Windows color (decimal): -12517331 or 2949185. OLE color: 2949185.

HSL color Cylindrical-coordinate representation of color #41002D: hue angle of 318.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41002D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 0 45 -
CMYK 0 1 0.31 0.75
HSL 318.46º 1% 0.13% -
HSV(B) 318.46º 1% 0.25% -
XYZ 2.65 1.31 2.6 -
YUV 24.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 65 0 45 0 1 0.31 0.75 318.46 1 0.13
Hex 41 0 2D 0 64 1F 4B 13E 64 D
Octal 101 0 55 0 144 37 113 476 144 15
Binary 1000001 0 101101 0 1100100 11111 1001011 100111110 1100100 1101

Color Harmonies of #41002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41002D

Black with #41002D

Text Example


Text Example

White with #41002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41002D; }

 p { color: rgb(65,0,45); }

 H1.HeaderClassName
 {
   color: #41002D;
 }
 .AnyTagClassName
 {
   color: #41002D;
 }
</style>

background-color css

<style>
 a { background-color: #41002D; }

 a { background-color: rgb(65,0,45); }

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

border-color css

<style>
 span { border-color: #41002D; }

 span { border-color: rgb(65,0,45); }

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