Html Css Color HEX #40062B Blackberry

📋 copy color: '#40062B'

red 64 ◦ green 6 ◦ blue 43

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

Shades of Blackberry #40062B

Tints of Blackberry #40062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

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

R = 56.64%
G = 5.31%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#40062B (or 0x40062B) is known color: Blackberry. HEX triplet: 40, 06 and 2B. RGB value is (64,6,43). Sum of RGB (Red+Green+Blue) = 64+6+43=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40062B is #BFF9D4. Grayscale: #1B1B1B. Windows color (decimal): -12581333 or 2819648. OLE color: 2819648.

HSL color Cylindrical-coordinate representation of color #40062B: hue angle of 321.72º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40062B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 43 -
CMYK 0 0.91 0.33 0.75
HSL 321.72º 0.83% 0.14% -
HSV(B) 321.72º 0.91% 0.25% -
XYZ 2.62 1.39 2.42 -
YUV 27.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 64 6 43 0 0.91 0.33 0.75 321.72 0.83 0.14
Hex 40 6 2B 0 5B 21 4B 142 53 E
Octal 100 6 53 0 133 41 113 502 123 16
Binary 1000000 110 101011 0 1011011 100001 1001011 101000010 1010011 1110

Color Harmonies of #40062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40062B

Black with #40062B

Text Example


Text Example

White with #40062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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