Html Css Color HEX #41002E Blackberry

📋 copy color: '#41002E'

red 65 ◦ green 0 ◦ blue 46

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

Shades of Blackberry #41002E

Tints of Blackberry #41002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 41.44%

R = 58.56%
G = 0%
B = 41.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#41002E (or 0x41002E) is known color: Blackberry. HEX triplet: 41, 00 and 2E. RGB value is (65,0,46). Sum of RGB (Red+Green+Blue) = 65+0+46=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002E is #BEFFD1. Grayscale: #181818. Windows color (decimal): -12517330 or 3014721. OLE color: 3014721.

HSL color Cylindrical-coordinate representation of color #41002E: hue angle of 317.54º 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 #41002E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 0 46 -
CMYK 0 1 0.29 0.75
HSL 317.54º 1% 0.13% -
HSV(B) 317.54º 1% 0.25% -
XYZ 2.67 1.32 2.7 -
YUV 24.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 65 0 46 0 1 0.29 0.75 317.54 1 0.13
Hex 41 0 2E 0 64 1D 4B 13E 64 D
Octal 101 0 56 0 144 35 113 476 144 15
Binary 1000001 0 101110 0 1100100 11101 1001011 100111110 1100100 1101

Color Harmonies of #41002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41002E

Black with #41002E

Text Example


Text Example

White with #41002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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