Html Css Color HEX #40012B Blackberry

📋 copy color: '#40012B'

red 64 ◦ green 1 ◦ blue 43

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

Shades of Blackberry #40012B

Tints of Blackberry #40012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 39.81%

R = 59.26%
G = 0.93%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#40012B (or 0x40012B) is known color: Blackberry. HEX triplet: 40, 01 and 2B. RGB value is (64,1,43). Sum of RGB (Red+Green+Blue) = 64+1+43=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #40012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40012B is #BFFED4. Grayscale: #181818. Windows color (decimal): -12582613 or 2818368. OLE color: 2818368.

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

Color convert

RGB 64 1 43 -
CMYK 0 0.98 0.33 0.75
HSL 320º 0.97% 0.13% -
HSV(B) 320º 0.98% 0.25% -
XYZ 2.56 1.29 2.4 -
YUV 24.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 64 1 43 0 0.98 0.33 0.75 320 0.97 0.13
Hex 40 1 2B 0 62 21 4B 140 61 D
Octal 100 1 53 0 142 41 113 500 141 15
Binary 1000000 1 101011 0 1100010 100001 1001011 101000000 1100001 1101

Color Harmonies of #40012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40012B

Black with #40012B

Text Example


Text Example

White with #40012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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