Html Css Color HEX #40041C Blackberry

📋 copy color: '#40041C'

red 64 ◦ green 4 ◦ blue 28

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

Shades of Blackberry #40041C

Tints of Blackberry #40041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 66.67%
G = 4.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40041C (or 0x40041C) is known color: Blackberry. HEX triplet: 40, 04 and 1C. RGB value is (64,4,28). Sum of RGB (Red+Green+Blue) = 64+4+28=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40041C is #BFFBE3. Grayscale: #181818. Windows color (decimal): -12581860 or 1836096. OLE color: 1836096.

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

Color convert

RGB 64 4 28 -
CMYK 0 0.94 0.56 0.75
HSL 336º 0.88% 0.13% -
HSV(B) 336º 0.94% 0.25% -
XYZ 2.37 1.26 1.22 -
YUV 24.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 64 4 28 0 0.94 0.56 0.75 336 0.88 0.13
Hex 40 4 1C 0 5E 38 4B 150 58 D
Octal 100 4 34 0 136 70 113 520 130 15
Binary 1000000 100 11100 0 1011110 111000 1001011 101010000 1011000 1101

Color Harmonies of #40041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40041C

Black with #40041C

Text Example


Text Example

White with #40041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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