Html Css Color HEX #2E021D Blackberry

📋 copy color: '#2E021D'

red 46 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #2E021D

Tints of Blackberry #2E021D

RGB

 RED value IS 46 (18.36% from 255) = 59.74%

 GREEN value IS 2 (1.17% from 255) = 2.6%

 BLUE value IS 29 (11.72% from 255) = 37.66%

R = 59.74%
G = 2.6%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.82

RGB Variations

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

Color information

#2E021D (or 0x2E021D) is known color: Blackberry. HEX triplet: 2E, 02 and 1D. RGB value is (46,2,29). Sum of RGB (Red+Green+Blue) = 46+2+29=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E021D is #D1FDE2. Grayscale: #121212. Windows color (decimal): -13762019 or 1901102. OLE color: 1901102.

HSL color Cylindrical-coordinate representation of color #2E021D: hue angle of 323.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E021D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 2 29 -
CMYK 0 0.96 0.37 0.82
HSL 323.18º 0.92% 0.09% -
HSV(B) 323.18º 0.96% 0.18% -
XYZ 1.37 0.71 1.23 -
YUV 18.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 46 2 29 0 0.96 0.37 0.82 323.18 0.92 0.09
Hex 2E 2 1D 0 60 25 52 143 5C 9
Octal 56 2 35 0 140 45 122 503 134 11
Binary 101110 10 11101 0 1100000 100101 1010010 101000011 1011100 1001

Color Harmonies of #2E021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E021D

Black with #2E021D

Text Example


Text Example

White with #2E021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E021D; }

 p { color: rgb(46,2,29); }

 H1.HeaderClassName
 {
   color: #2E021D;
 }
 .AnyTagClassName
 {
   color: #2E021D;
 }
</style>

background-color css

<style>
 a { background-color: #2E021D; }

 a { background-color: rgb(46,2,29); }

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

border-color css

<style>
 span { border-color: #2E021D; }

 span { border-color: rgb(46,2,29); }

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