Html Css Color HEX #41012E Blackberry

📋 copy color: '#41012E'

red 65 ◦ green 1 ◦ blue 46

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

Shades of Blackberry #41012E

Tints of Blackberry #41012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

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

R = 58.04%
G = 0.89%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#41012E (or 0x41012E) is known color: Blackberry. HEX triplet: 41, 01 and 2E. RGB value is (65,1,46). Sum of RGB (Red+Green+Blue) = 65+1+46=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41012E is #BEFED1. Grayscale: #191919. Windows color (decimal): -12517074 or 3014977. OLE color: 3014977.

HSL color Cylindrical-coordinate representation of color #41012E: hue angle of 317.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41012E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 46 -
CMYK 0 0.98 0.29 0.75
HSL 317.81º 0.97% 0.13% -
HSV(B) 317.81º 0.98% 0.25% -
XYZ 2.68 1.34 2.7 -
YUV 25.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 65 1 46 0 0.98 0.29 0.75 317.81 0.97 0.13
Hex 41 1 2E 0 62 1D 4B 13E 61 D
Octal 101 1 56 0 142 35 113 476 141 15
Binary 1000001 1 101110 0 1100010 11101 1001011 100111110 1100001 1101

Color Harmonies of #41012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41012E

Black with #41012E

Text Example


Text Example

White with #41012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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