Html Css Color HEX #3E2122 Bulgarian Rose

📋 copy color: '#3E2122'

red 62 ◦ green 33 ◦ blue 34

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

Shades of Bulgarian Rose #3E2122

Tints of Bulgarian Rose #3E2122

RGB

 RED value IS 62 (24.61% from 255) = 48.06%

 GREEN value IS 33 (13.28% from 255) = 25.58%

 BLUE value IS 34 (13.67% from 255) = 26.36%

R = 48.06%
G = 25.58%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.76

RGB Variations

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

Color information

#3E2122 (or 0x3E2122) is known color: Bulgarian Rose. HEX triplet: 3E, 21 and 22. RGB value is (62,33,34). Sum of RGB (Red+Green+Blue) = 62+33+34=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2122 is #C1DEDD. Grayscale: #292929. Windows color (decimal): -12705502 or 2236734. OLE color: 2236734.

HSL color Cylindrical-coordinate representation of color #3E2122: hue angle of 357.93º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E2122 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 33 34 -
CMYK 0 0.47 0.45 0.76
HSL 357.93º 0.31% 0.19% -
HSV(B) 357.93º 0.47% 0.24% -
XYZ 2.82 2.23 1.79 -
YUV 41.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 62 33 34 0 0.47 0.45 0.76 357.93 0.31 0.19
Hex 3E 21 22 0 2F 2D 4C 166 1F 13
Octal 76 41 42 0 57 55 114 546 37 23
Binary 111110 100001 100010 0 101111 101101 1001100 101100110 11111 10011

Color Harmonies of #3E2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2122

Black with #3E2122

Text Example


Text Example

White with #3E2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E2122; }

 p { color: rgb(62,33,34); }

 H1.HeaderClassName
 {
   color: #3E2122;
 }
 .AnyTagClassName
 {
   color: #3E2122;
 }
</style>

background-color css

<style>
 a { background-color: #3E2122; }

 a { background-color: rgb(62,33,34); }

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

border-color css

<style>
 span { border-color: #3E2122; }

 span { border-color: rgb(62,33,34); }

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