Html Css Color HEX #40092E Blackberry

📋 copy color: '#40092E'

red 64 ◦ green 9 ◦ blue 46

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

Shades of Blackberry #40092E

Tints of Blackberry #40092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.56%

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

R = 53.78%
G = 7.56%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40092E (or 0x40092E) is known color: Blackberry. HEX triplet: 40, 09 and 2E. RGB value is (64,9,46). Sum of RGB (Red+Green+Blue) = 64+9+46=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #40092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40092E is #BFF6D1. Grayscale: #1D1D1D. Windows color (decimal): -12580562 or 3017024. OLE color: 3017024.

HSL color Cylindrical-coordinate representation of color #40092E: hue angle of 319.64º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40092E is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 9 46 -
CMYK 0 0.86 0.28 0.75
HSL 319.64º 0.75% 0.14% -
HSV(B) 319.64º 0.86% 0.25% -
XYZ 2.71 1.48 2.73 -
YUV 29.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 64 9 46 0 0.86 0.28 0.75 319.64 0.75 0.14
Hex 40 9 2E 0 56 1C 4B 140 4B E
Octal 100 11 56 0 126 34 113 500 113 16
Binary 1000000 1001 101110 0 1010110 11100 1001011 101000000 1001011 1110

Color Harmonies of #40092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40092E

Black with #40092E

Text Example


Text Example

White with #40092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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