Html Css Color HEX #40012F Blackberry

📋 copy color: '#40012F'

red 64 ◦ green 1 ◦ blue 47

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

Shades of Blackberry #40012F

Tints of Blackberry #40012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 41.96%

R = 57.14%
G = 0.89%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40012F (or 0x40012F) is known color: Blackberry. HEX triplet: 40, 01 and 2F. RGB value is (64,1,47). Sum of RGB (Red+Green+Blue) = 64+1+47=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40012F is #BFFED0. Grayscale: #181818. Windows color (decimal): -12582609 or 3080512. OLE color: 3080512.

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

Color convert

RGB 64 1 47 -
CMYK 0 0.98 0.27 0.75
HSL 316.19º 0.97% 0.13% -
HSV(B) 316.19º 0.98% 0.25% -
XYZ 2.64 1.32 2.8 -
YUV 25.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 64 1 47 0 0.98 0.27 0.75 316.19 0.97 0.13
Hex 40 1 2F 0 62 1B 4B 13C 61 D
Octal 100 1 57 0 142 33 113 474 141 15
Binary 1000000 1 101111 0 1100010 11011 1001011 100111100 1100001 1101

Color Harmonies of #40012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40012F

Black with #40012F

Text Example


Text Example

White with #40012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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