Html Css Color HEX #40041D Blackberry

📋 copy color: '#40041D'

red 64 ◦ green 4 ◦ blue 29

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

Shades of Blackberry #40041D

Tints of Blackberry #40041D

RGB

 RED value IS 64 (25.39% from 255) = 65.98%

 GREEN value IS 4 (1.95% from 255) = 4.12%

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 65.98%
G = 4.12%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40041D (or 0x40041D) is known color: Blackberry. HEX triplet: 40, 04 and 1D. RGB value is (64,4,29). Sum of RGB (Red+Green+Blue) = 64+4+29=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #40041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40041D is #BFFBE2. Grayscale: #181818. Windows color (decimal): -12581859 or 1901632. OLE color: 1901632.

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

Color convert

RGB 64 4 29 -
CMYK 0 0.94 0.55 0.75
HSL 335º 0.88% 0.13% -
HSV(B) 335º 0.94% 0.25% -
XYZ 2.38 1.27 1.28 -
YUV 24.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 64 4 29 0 0.94 0.55 0.75 335 0.88 0.13
Hex 40 4 1D 0 5E 37 4B 14F 58 D
Octal 100 4 35 0 136 67 113 517 130 15
Binary 1000000 100 11101 0 1011110 110111 1001011 101001111 1011000 1101

Color Harmonies of #40041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40041D

Black with #40041D

Text Example


Text Example

White with #40041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,4,29); }

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

background-color css

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

 a { background-color: rgb(64,4,29); }

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

border-color css

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

 span { border-color: rgb(64,4,29); }

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