Html Css Color HEX #41012D Blackberry

📋 copy color: '#41012D'

red 65 ◦ green 1 ◦ blue 45

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

Shades of Blackberry #41012D

Tints of Blackberry #41012D

RGB

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

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

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

R = 58.56%
G = 0.9%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41012D (or 0x41012D) is known color: Blackberry. HEX triplet: 41, 01 and 2D. RGB value is (65,1,45). Sum of RGB (Red+Green+Blue) = 65+1+45=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41012D is #BEFED2. Grayscale: #191919. Windows color (decimal): -12517075 or 2949441. OLE color: 2949441.

HSL color Cylindrical-coordinate representation of color #41012D: hue angle of 318.75º 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 #41012D is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 45 -
CMYK 0 0.98 0.31 0.75
HSL 318.75º 0.97% 0.13% -
HSV(B) 318.75º 0.98% 0.25% -
XYZ 2.66 1.33 2.6 -
YUV 25.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 65 1 45 0 0.98 0.31 0.75 318.75 0.97 0.13
Hex 41 1 2D 0 62 1F 4B 13F 61 D
Octal 101 1 55 0 142 37 113 477 141 15
Binary 1000001 1 101101 0 1100010 11111 1001011 100111111 1100001 1101

Color Harmonies of #41012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41012D

Black with #41012D

Text Example


Text Example

White with #41012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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