Html Css Color HEX #40012E Blackberry

📋 copy color: '#40012E'

red 64 ◦ green 1 ◦ blue 46

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

Shades of Blackberry #40012E

Tints of Blackberry #40012E

RGB

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

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

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

R = 57.66%
G = 0.9%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40012E (or 0x40012E) is known color: Blackberry. HEX triplet: 40, 01 and 2E. RGB value is (64,1,46). Sum of RGB (Red+Green+Blue) = 64+1+46=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40012E is #BFFED1. Grayscale: #181818. Windows color (decimal): -12582610 or 3014976. OLE color: 3014976.

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

Color convert

RGB 64 1 46 -
CMYK 0 0.98 0.28 0.75
HSL 317.14º 0.97% 0.13% -
HSV(B) 317.14º 0.98% 0.25% -
XYZ 2.62 1.31 2.7 -
YUV 24.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 64 1 46 0 0.98 0.28 0.75 317.14 0.97 0.13
Hex 40 1 2E 0 62 1C 4B 13D 61 D
Octal 100 1 56 0 142 34 113 475 141 15
Binary 1000000 1 101110 0 1100010 11100 1001011 100111101 1100001 1101

Color Harmonies of #40012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40012E

Black with #40012E

Text Example


Text Example

White with #40012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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