Html Css Color HEX #40041F Blackberry

📋 copy color: '#40041F'

red 64 ◦ green 4 ◦ blue 31

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

Shades of Blackberry #40041F

Tints of Blackberry #40041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 31.31%

R = 64.65%
G = 4.04%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40041F (or 0x40041F) is known color: Blackberry. HEX triplet: 40, 04 and 1F. RGB value is (64,4,31). Sum of RGB (Red+Green+Blue) = 64+4+31=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40041F is #BFFBE0. Grayscale: #181818. Windows color (decimal): -12581857 or 2032704. OLE color: 2032704.

HSL color Cylindrical-coordinate representation of color #40041F: hue angle of 333º 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 #40041F is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 31 -
CMYK 0 0.94 0.52 0.75
HSL 333º 0.88% 0.13% -
HSV(B) 333º 0.94% 0.25% -
XYZ 2.41 1.28 1.42 -
YUV 25.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 64 4 31 0 0.94 0.52 0.75 333 0.88 0.13
Hex 40 4 1F 0 5E 34 4B 14D 58 D
Octal 100 4 37 0 136 64 113 515 130 15
Binary 1000000 100 11111 0 1011110 110100 1001011 101001101 1011000 1101

Color Harmonies of #40041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40041F

Black with #40041F

Text Example


Text Example

White with #40041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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